diff options
Diffstat (limited to 'ilex')
-rw-r--r-- | ilex/hardware-configuration.nix | 2 |
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 |