1
0
Fork 0
This commit is contained in:
Malte Brandy 2021-02-17 22:14:34 +01:00
parent 99883b5d36
commit bc2d215e33
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -32,7 +32,7 @@
"/" = {
device = "/dev/disk/by-uuid/ce5b0ac6-6eaf-45a6-b6c8-bd4958caf335";
fsType = "btrfs";
options = ["compress=zstd" "autodefrag" "noatime"];
options = [ "compress=zstd" "autodefrag" "noatime" ];
};
"/boot/EFI" = {
device = "/dev/disk/by-uuid/C4A6-3DB5";
@ -41,7 +41,7 @@
};
swapDevices =
[{ device = "/dev/disk/by-uuid/66a6b988-2648-4b71-8afc-8a92fee2c446"; }];
[ { device = "/dev/disk/by-uuid/66a6b988-2648-4b71-8afc-8a92fee2c446"; } ];
nix.maxJobs = lib.mkDefault 8;
}