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
|
||||
(lib.createSystem "home-server" {
|
||||
hardwareConfig = ./hardware/rpi4.nix;
|
||||
config = ./rpi4.nix;
|
||||
config = ./home-server.nix;
|
||||
})
|
||||
(lib.createUser "felschr" {
|
||||
user = {
|
||||
|
@ -154,7 +154,7 @@
|
|||
];
|
||||
};
|
||||
modules = [ homeManagerModules.git ];
|
||||
config = ./home/felschr-rpi4.nix;
|
||||
config = ./home/felschr-server.nix;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
@ -15,9 +15,9 @@ in with builtins; {
|
|||
./system/server.nix
|
||||
./modules/emailNotify.nix
|
||||
./services/mail.nix
|
||||
./services/restic/rpi4.nix
|
||||
./services/samba/rpi4.nix
|
||||
./services/syncthing/rpi4.nix
|
||||
./services/restic/home-server.nix
|
||||
./services/samba/home-server.nix
|
||||
./services/syncthing/home-server.nix
|
||||
# ./services/kodi.nix
|
||||
./services/jellyfin.nix
|
||||
./services/etebase.nix
|
|
@ -22,8 +22,8 @@ in {
|
|||
"/var/lib/lxcfs"
|
||||
"/var/lib/docker"
|
||||
"/var/lib/flatpak"
|
||||
"/var/lib/systemd"
|
||||
"/home/ignore"
|
||||
"/home/*/.local/share/containers"
|
||||
"/home/*/.local/share/Trash"
|
||||
"/home/*/.cache"
|
||||
"/var/lib/jellyfin/transcodes"
|
Loading…
Reference in a new issue