Skip to content

Commit 4083fe4

Browse files
committed
Remove unused input and staff group
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
1 parent df92d70 commit 4083fe4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nix/common/users.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# This should be applied on all hosts
2-
{ config, lib, pkgs, ... }: {
2+
{ config, pkgs, ... }: {
33
# always use only the configured users
44
users.mutableUsers = false;
5-
users.groups.staff = {};
65
users.users = {
76
root = {
87
openssh.authorizedKeys.keys = [

0 commit comments

Comments
 (0)