From e1b9628c2327f39434c14937cbfc6b6d8af46065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 5 Nov 2024 14:24:43 +0100 Subject: [PATCH] also run the cleanup-home service on boot --- modules/environment/user-impermanence.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/environment/user-impermanence.nix b/modules/environment/user-impermanence.nix index 5c659515..76d306e1 100644 --- a/modules/environment/user-impermanence.nix +++ b/modules/environment/user-impermanence.nix @@ -32,6 +32,7 @@ with lib; { value = { wantedBy = [ "user@${toString cfg.uid}.service" + "multi-user.target" ]; before = [ "user@${toString cfg.uid}.service" @@ -73,6 +74,7 @@ with lib; { value = { wantedBy = mkForce [ "user@${toString cfg.uid}.service" + "multi-user.target" ]; after = [ "cleanup-home-${name}.service"