1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 12:14:07 +00:00
This commit is contained in:
Rae 5e 2025-03-07 20:09:35 -05:00
parent 15ba5fb4e8
commit 41fe95e9b1
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
7 changed files with 5 additions and 147 deletions

View file

@ -4,7 +4,6 @@
inputs.raspberry-pi-nix.nixosModules.sd-image
./hardware-configuration.nix
../base.nix
../../docker
];
users.users.root.openssh.authorizedKeys.keys = [
@ -13,16 +12,14 @@
programs.git.enable = true;
virtualisation.docker.enable = true;
r5e.containers = {
# TODO: this doesnt work (some random ENOENT shit) and it seems slightly overkill
# maybe make your own dashboard page yourself or something
homepage = {
enable = false;
services = {
homepage-dashboard = {
enable = true;
listenPort = 80;
openFirewall = true;
settings = {
title = "near";
background = "/images/2kki_rainy_apartments.png";
theme = "dark";
color = "violet";
headerStyle = "clean";
@ -52,11 +49,7 @@
};
}
];
imagesDir = /home/rae/.dotfiles/assets/wallpapers;
};
};
services = {
openssh = {
ports = [ 22 ];
banner = "I won't hold it against you";