update nix config
This commit is contained in:
parent
f610209aff
commit
07b7f0cc1f
34 changed files with 388 additions and 240 deletions
6
hosts/vps/boot.nix
Normal file
6
hosts/vps/boot.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
boot.loader.grub.useOSProber = false;
|
||||
boot.loader.grub.enableCryptodisk = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue