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";
efiBootloaderId = "NixOS primary";
}
#{
# devices = [ "nodev" ];
# path = "/boot-secondary";
# efiBootloaderId = "NixOS secondary";
#}
{
devices = [ "nodev" ];
path = "/boot-secondary";
efiBootloaderId = "NixOS secondary";
}
];
};
}