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

This commit is contained in:
Fabian Hauser 2025-03-05 21:42:30 +02:00
parent facd6ca73a
commit 2ed6b64d70

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