Compare commits

...

1 Commits

Author SHA1 Message Date
f1261099bc
Increased swap space to match RAM size 2020-07-08 00:25:11 +02:00

View File

@ -23,13 +23,13 @@
fsType = "zfs";
};
fileSystems."/tmp" =
{ device = "syscea/ephemeral/tmp";
fileSystems."/home" =
{ device = "syscea/stateful/home";
fsType = "zfs";
};
fileSystems."/home" =
{ device = "syscea/stateful/home";
fileSystems."/tmp" =
{ device = "syscea/ephemeral/tmp";
fsType = "zfs";
};
@ -38,6 +38,11 @@
fsType = "vfat";
};
fileSystems."/media" =
{ device = "/nix/store/9hxfq3jh32j6d81d6n5y5dc2wqdkh4wy-auto";
fsType = "autofs";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/29d26e6a-b421-41c3-9826-76e4da00e3bb"; }
];