diff options
author | stuebinm | 2023-02-13 01:26:48 +0100 |
---|---|---|
committer | stuebinm | 2023-02-13 01:26:48 +0100 |
commit | d96089fd50d2861aa577a2c27b188ca7780aa475 (patch) | |
tree | 86b9ec15f3df2dcc50a2c4df341d5a85b0306ec5 /ilex | |
parent | f5bb3d005ed8871a815276e99b0fc566cb9ed32e (diff) |
some smaller stuff
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 |