mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 16:50:58 +02:00
bin-cache: fix wrong bootloader
This commit is contained in:
parent
b7dfe811e6
commit
8d6a95933f
1 changed files with 4 additions and 2 deletions
|
@ -9,8 +9,10 @@
|
|||
../../users/default.nix
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.grub.useOSProber = true;
|
||||
|
||||
networking.hostName = "bin-cache";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue