From 70c7b498b27440364bd4542c1f87f118560f74bf Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 26 Dec 2021 13:33:00 -0500 Subject: [PATCH] rename homedir setup Signed-off-by: Xe --- common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/default.nix b/common/default.nix index a023657..75bb165 100644 --- a/common/default.nix +++ b/common/default.nix @@ -50,7 +50,7 @@ }; users.groups.within = { }; - systemd.services.within-homedir-setup = { + systemd.services."within.homedir-setup" = { description = "Creates homedirs for /srv/within services"; wantedBy = [ "multi-user.target" ];