Skip to content
Snippets Groups Projects
Commit a8407d29 authored by Samuel Laurén's avatar Samuel Laurén
Browse files

fs changes

parent 01e6002f
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@
{
nix.maxJobs = lib.mkDefault 2;
fileSystems."/" =
{ device = "/dev/disks/by-label/nixos";
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
};
......@@ -16,7 +16,7 @@
loader.grub.device = "/dev/sda";
};
swapDevices = [ { device = "/dev/disks/by-label/swap"; } ];
swapDevices = [ { device = "/dev/disk/by-label/swap"; } ];
powerManagement.enable = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment