lindberg: Reinstate /boot-secondary
All checks were successful
CI / build (push) Successful in 2m26s
All checks were successful
CI / build (push) Successful in 2m26s
This commit is contained in:
parent
facd6ca73a
commit
2ed6b64d70
1 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue