refactor: rename server: rpi4 -> home-server
This commit is contained in:
parent
8dcece0836
commit
8c52dfff36
|
@ -144,7 +144,7 @@
|
||||||
nixos-hardware.nixosModules.raspberry-pi-4
|
nixos-hardware.nixosModules.raspberry-pi-4
|
||||||
(lib.createSystem "home-server" {
|
(lib.createSystem "home-server" {
|
||||||
hardwareConfig = ./hardware/rpi4.nix;
|
hardwareConfig = ./hardware/rpi4.nix;
|
||||||
config = ./rpi4.nix;
|
config = ./home-server.nix;
|
||||||
})
|
})
|
||||||
(lib.createUser "felschr" {
|
(lib.createUser "felschr" {
|
||||||
user = {
|
user = {
|
||||||
|
@ -154,7 +154,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
modules = [ homeManagerModules.git ];
|
modules = [ homeManagerModules.git ];
|
||||||
config = ./home/felschr-rpi4.nix;
|
config = ./home/felschr-server.nix;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,9 +15,9 @@ in with builtins; {
|
||||||
./system/server.nix
|
./system/server.nix
|
||||||
./modules/emailNotify.nix
|
./modules/emailNotify.nix
|
||||||
./services/mail.nix
|
./services/mail.nix
|
||||||
./services/restic/rpi4.nix
|
./services/restic/home-server.nix
|
||||||
./services/samba/rpi4.nix
|
./services/samba/home-server.nix
|
||||||
./services/syncthing/rpi4.nix
|
./services/syncthing/home-server.nix
|
||||||
# ./services/kodi.nix
|
# ./services/kodi.nix
|
||||||
./services/jellyfin.nix
|
./services/jellyfin.nix
|
||||||
./services/etebase.nix
|
./services/etebase.nix
|
|
@ -22,8 +22,8 @@ in {
|
||||||
"/var/lib/lxcfs"
|
"/var/lib/lxcfs"
|
||||||
"/var/lib/docker"
|
"/var/lib/docker"
|
||||||
"/var/lib/flatpak"
|
"/var/lib/flatpak"
|
||||||
"/var/lib/systemd"
|
|
||||||
"/home/ignore"
|
"/home/ignore"
|
||||||
|
"/home/*/.local/share/containers"
|
||||||
"/home/*/.local/share/Trash"
|
"/home/*/.local/share/Trash"
|
||||||
"/home/*/.cache"
|
"/home/*/.cache"
|
||||||
"/var/lib/jellyfin/transcodes"
|
"/var/lib/jellyfin/transcodes"
|
Loading…
Reference in a new issue