wolf.r: add copyKernels

This commit is contained in:
makefu 2017-09-11 23:01:24 +02:00
parent df0e69379b
commit ffbd8c9d51
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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 = [