All my system configs and packages in one repo
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fettuccine: add actual swap space

+3 -1
+3 -1
systems/fettuccine/hardware-configuration.nix
··· 91 91 ]; 92 92 }; 93 93 94 - swapDevices = [ ]; 94 + swapDevices = [ 95 + { device = "/swap/swapfile"; } 96 + ]; 95 97 96 98 # Enables DHCP on each ethernet and wireless interface. In case of scripted networking 97 99 # (the default) this is the recommended approach. When using systemd-networkd it's