lindberg: Reinstate /boot-secondary
All checks were successful
CI / build (push) Successful in 2m58s

This commit is contained in:
Fabian Hauser 2025-03-05 21:42:30 +02:00
parent 24edc73914
commit 3a9454bd92

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";
}
];
};
}