summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-07-30 15:30:29 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-07-30 15:30:29 +0200
commitcf66535037232d1502cb2aaf51ee052005e9cc6b (patch)
tree289df6bd62a9cf9c133fd2e642c73106175ad710 /hosts
parentbf329299d3c412bdbe6d1145b0947e6950c5c548 (diff)
downloadnixos-cf66535037232d1502cb2aaf51ee052005e9cc6b.tar
nixos-cf66535037232d1502cb2aaf51ee052005e9cc6b.tar.gz
nixos-cf66535037232d1502cb2aaf51ee052005e9cc6b.tar.bz2
nixos-cf66535037232d1502cb2aaf51ee052005e9cc6b.tar.xz
nixos-cf66535037232d1502cb2aaf51ee052005e9cc6b.zip
...
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sif/hw.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix
index bd3aa0de..050ae53f 100644
--- a/hosts/sif/hw.nix
+++ b/hosts/sif/hw.nix
@@ -58,7 +58,7 @@
58 }; 58 };
59 59
60 swapDevices = [ 60 swapDevices = [
61 { device = "LABEL=swap"; } 61 { device = "/dev/disk/by-label/swap"; }
62 ]; 62 ];
63 63
64 nix.settings.max-jobs = 12; 64 nix.settings.max-jobs = 12;