summaryrefslogtreecommitdiffstats
path: root/krebs/1systems/wolf/config.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-09-11 23:01:24 +0200
committermakefu <github@syntax-fehler.de>2017-09-11 23:01:24 +0200
commitffbd8c9d51753e479fb2c9f83721e0fda58c441a (patch)
treeedb96d2c9d3ea0789492710aa2e58e973b7460d5 /krebs/1systems/wolf/config.nix
parentdf0e69379bc4a59ba28c2a4c07b646ae5176659b (diff)
wolf.r: add copyKernels
Diffstat (limited to 'krebs/1systems/wolf/config.nix')
-rw-r--r--krebs/1systems/wolf/config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/krebs/1systems/wolf/config.nix b/krebs/1systems/wolf/config.nix
index d89d0b0b..21ae20ea 100644
--- a/krebs/1systems/wolf/config.nix
+++ b/krebs/1systems/wolf/config.nix
@@ -139,6 +139,9 @@ in
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/vda";
+ # without it `/nix/store` is not added grub paths
+ boot.loader.grub.copyKernels = true;
+
fileSystems."/" = { device = "/dev/disk/by-label/nixos"; fsType = "ext4"; };
swapDevices = [