From ced90cc93d806ddd2854953946018d64b8d31220 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sat, 24 Jul 2021 23:20:48 +0100 Subject: [PATCH] Linger setup that works --- config/users/kat/base.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" + ]; }