lindberg: Clean up old HDDs #41

Merged
fabianhauser merged 2 commits from lindberg-remove-old-disks into main 2025-03-18 15:07:26 +01:00
Showing only changes of commit 3a9454bd92 - Show all commits

View file

@ -24,11 +24,11 @@
path = "/boot-primary"; path = "/boot-primary";
efiBootloaderId = "NixOS primary"; efiBootloaderId = "NixOS primary";
} }
#{ {
# devices = [ "nodev" ]; devices = [ "nodev" ];
# path = "/boot-secondary"; path = "/boot-secondary";
# efiBootloaderId = "NixOS secondary"; efiBootloaderId = "NixOS secondary";
#} }
]; ];
}; };
} }