summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-25 14:45:35 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-25 14:45:35 +0200
commita74552ea91f5cd3147d3b3a2038b7382d0ac1fdd (patch)
tree82c0b5de21fe257ecb2e83d970d7959eb5023a91 /ymir.nix
parent0d3e25a344ecc931b77e2ae97b83e16b078e0365 (diff)
downloadnixos-a74552ea91f5cd3147d3b3a2038b7382d0ac1fdd.tar
nixos-a74552ea91f5cd3147d3b3a2038b7382d0ac1fdd.tar.gz
nixos-a74552ea91f5cd3147d3b3a2038b7382d0ac1fdd.tar.bz2
nixos-a74552ea91f5cd3147d3b3a2038b7382d0ac1fdd.tar.xz
nixos-a74552ea91f5cd3147d3b3a2038b7382d0ac1fdd.zip
Fixed ymir boot device
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index a0c7e773..29d8d99d 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -11,7 +11,7 @@
11 boot.loader.grub = { 11 boot.loader.grub = {
12 enable = true; 12 enable = true;
13 version = 2; 13 version = 2;
14 device = "/dev/disk/by-label/ymir-boot"; 14 device = "/dev/vda";
15 }; 15 };
16 16
17 networking.hostName = "ymir"; 17 networking.hostName = "ymir";