commit 92bbb81720636c781ace869b5c8d7d28ce62e76f parent da161c6d21fbb5141255c7c55dc0ab035f561cc5 Author: breadcat <breadcat@users.noreply.github.com> Date: Wed, 4 Mar 2026 16:14:19 +0000 Move server roles to roles directory Diffstat:
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/nfs-server.nix b/common/roles/nfs-server.nix diff --git a/common/stromboli.nix b/common/roles/stromboli.nix diff --git a/common/tagliatelle.nix b/common/roles/tagliatelle.nix diff --git a/machines/ilias.nix b/machines/ilias.nix @@ -14,14 +14,14 @@ let machine = "ilias"; in { ../common/locale.nix ../common/mount-drives.nix ../common/networking.nix - ../common/nfs-server.nix ../common/packages.nix ../common/roles/navidrome.nix + ../common/roles/nfs-server.nix + ../common/roles/stromboli.nix + ../common/roles/tagliatelle.nix ../common/ssh.nix ../common/ssh-tunnel.nix - ../common/stromboli.nix ../common/syncthing.nix - ../common/tagliatelle.nix ../common/user.nix ../scripts/audiobook-cleaner.nix ../scripts/backup-local.nix