summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index e7b9b88c..a0c7e773 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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";