From a94bad4adbaf7356609767b785bf31d1970aed52 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 30 Sep 2024 23:08:35 -0700 Subject: [PATCH] snowhawk: use tmpfs --- hosts/snowhawk/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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;