no clue really
This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
{
|
||||
username,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{ username, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
description = "${username}";
|
||||
#group = "${username}";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
];
|
||||
extraGroups = [ "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
nix.settings.allowed-users = [ "@wheel" ];
|
||||
|
||||
Reference in New Issue
Block a user