diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 6d502b1..4387c6b 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -17,6 +17,8 @@ # Set your time zone. time.timeZone = "America/Los_Angeles"; + boot.tmp.useTmpfs = true; + snowhawk = { wake-on-lan.enable = true; dwm.enable = true;