diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -8,8 +8,11 @@ | |||
8 | ./users.nix | 8 | ./users.nix |
9 | ]; | 9 | ]; |
10 | 10 | ||
11 | boot.loader.grub.enable = true; | 11 | boot.loader.grub = { |
12 | boot.loader.grub.version = 2; | 12 | enable = true; |
13 | version = 2; | ||
14 | device = "/dev/disk/by-label/ymir-boot"; | ||
15 | }; | ||
13 | 16 | ||
14 | networking.hostName = "ymir"; | 17 | networking.hostName = "ymir"; |
15 | networking.hostId = "1c5c994e"; | 18 | networking.hostId = "1c5c994e"; |