Clean up some build failures

This commit is contained in:
Greg Hellings
2025-10-15 09:16:45 -05:00
parent 395bd6f567
commit 9e4ff037de
7 changed files with 6 additions and 150 deletions
-1
View File
@@ -57,7 +57,6 @@ in
backup.jobs.nas-backup = {
src = "/var/gitlab/state/backup/";
dest = "gitlab";
id = "gitlab";
};
home = true;
tailscale.enable = true;
+1 -1
View File
@@ -34,7 +34,7 @@
};
fileSystems."/" = {
device = "/dev/disk/by-uuid/1fdbe86e-ce6f-4af3-a876-aec35731adab";
device = lib.mkDefault "/dev/disk/by-uuid/1fdbe86e-ce6f-4af3-a876-aec35731adab";
fsType = "ext4";
};