summaryrefslogtreecommitdiff
path: root/ilex/hardware-configuration.nix
diff options
context:
space:
mode:
authorstuebinm2023-02-13 01:26:48 +0100
committerstuebinm2023-02-13 01:26:48 +0100
commitd96089fd50d2861aa577a2c27b188ca7780aa475 (patch)
tree86b9ec15f3df2dcc50a2c4df341d5a85b0306ec5 /ilex/hardware-configuration.nix
parentf5bb3d005ed8871a815276e99b0fc566cb9ed32e (diff)
some smaller stuff
Diffstat (limited to 'ilex/hardware-configuration.nix')
-rw-r--r--ilex/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ilex/hardware-configuration.nix b/ilex/hardware-configuration.nix
index 1170585..33eee40 100644
--- a/ilex/hardware-configuration.nix
+++ b/ilex/hardware-configuration.nix
@@ -25,7 +25,7 @@
fsType = "vfat";
};
- swapDevices = [ ];
+ swapDevices = [ { device = "/swapfile"; size = 33792; } ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's