feat: tmp on tmpfs
1 files changed, 5 insertions(+), 0 deletions(-) M hosts/configuration.nix
M hosts/configuration.nix => hosts/configuration.nix +5 -0
@@ 18,6 18,11 @@ [(import ../modules/desktop)] ++ (import ../modules/services); + boot.tmp = { + cleanOnBoot = true; + useTmpfs = true; + }; + hardware.pulseaudio.enable = false; users.users.${user} = { # System User