This commit is contained in:
Natsu Kagami 2021-11-01 14:59:12 -04:00
parent 6ba98bf0c3
commit 4dfaa5ea43
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -4,4 +4,7 @@
boot.loader.grub.device = "/dev/vda";
boot.initrd.kernelModules = [ "nvme" ];
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
# swap
swapDevices = [ { device = "/var/swapfile"; } ];
}