From db3f59eeb60d6cea11ca4ba121676455ba423f00 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 11 Aug 2023 08:50:42 +0200 Subject: [PATCH] nixos/modules/archiver-appliance: fix typo in main group of archappl user --- nixos/modules/archiver-appliance.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/archiver-appliance.nix b/nixos/modules/archiver-appliance.nix index f73ad66..c92d899 100644 --- a/nixos/modules/archiver-appliance.nix +++ b/nixos/modules/archiver-appliance.nix @@ -308,7 +308,7 @@ in { users.groups."archappl" = {}; users.users."archappl" = { - group = "archapl"; + group = "archappl"; isSystemUser = true; };