hydra-mirror: specify a group
Graham Christensen committed
Dec 17, 2021 at 18:28 UTC
67c2d307636718d1785291fa9977b144206f50e7
1 file changed
+3
modules/hydra-mirror-user.nix
+3
@@ -4,5 +4,8 @@
4
home = "/home/hydra-mirror";
5
openssh.authorizedKeys.keys = with import ../ssh-keys.nix; [ eelco rob ];
6
uid = 497;
7
+ group = "hydra-mirror";
8
};
9
+
10
+ users.groups.hydra-mirror = {};
11
}