mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 21:20:13 +00:00
fixes for flame server
This commit is contained in:
@ -31,7 +31,7 @@ in
|
||||
# Create a home directory for human user
|
||||
isNormalUser = lib.mkDefault true;
|
||||
|
||||
extraGroups = lib.mkDefault [
|
||||
extraGroups = [
|
||||
"wheel" # Sudo privileges
|
||||
];
|
||||
};
|
||||
|
Reference in New Issue
Block a user