~ruther/nixos-config

5e0aac93436d1f93eaf2d6e35c12ec904a5ced13 — Frantisek Bohacek 1 year, 6 months ago 980814a
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

Do not follow this link