nixos: backend server
This commit is contained in:
parent
83be5595ba
commit
643ecb1e14
24 changed files with 542 additions and 5 deletions
6
nixos/bios.nix
Normal file
6
nixos/bios.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{}:
|
||||
{
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
}
|
||||
Reference in a new issue