update
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
pkgs,
|
||||
service_configs,
|
||||
lib,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -104,4 +105,8 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
users.users.${username}.extraGroups = [
|
||||
"minecraft"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user