mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
bin-cache: fix wrong bootloader
This commit is contained in:
parent
c28ef8134b
commit
ff3ecef36b
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
Add a link
Reference in a new issue