From d96089fd50d2861aa577a2c27b188ca7780aa475 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 13 Feb 2023 01:26:48 +0100 Subject: some smaller stuff --- ilex/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ilex/hardware-configuration.nix') 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 -- cgit v1.2.3