From 7891663a6551559abb2280f9b569d92a84c25ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 12 Sep 2023 17:27:11 +0300 Subject: [PATCH] jakstpub: change home dir to /var/empty --- modules/services/jakstpub/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/jakstpub/default.nix b/modules/services/jakstpub/default.nix index 471562b..bdf2c72 100644 --- a/modules/services/jakstpub/default.nix +++ b/modules/services/jakstpub/default.nix @@ -36,7 +36,7 @@ users.users.jakstpub = { description = "Jakstys Public"; - home = dataDir; + home = "/var/empty"; useDefaultShell = true; group = "jakstpub"; isSystemUser = true;