diff --git a/config/users/kat/base.nix b/config/users/kat/base.nix index 602347e2..a1b84b3a 100644 --- a/config/users/kat/base.nix +++ b/config/users/kat/base.nix @@ -16,5 +16,9 @@ extraGroups = [ "wheel" "video" "systemd-journal" "plugdev" ]; hashedPassword = "$6$i28yOXoo$/WokLdKds5ZHtJHcuyGrH2WaDQQk/2Pj0xRGLgS8UcmY2oMv3fw2j/85PRpsJJwCB2GBRYRK5LlvdTleHd3mB."; - }; + }; + + systemd.tmpfiles.rules = [ + "f /var/lib/systemd/linger/kat" + ]; }