typo
This commit is contained in:
parent
802a593502
commit
cb6bfc5702
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# Define user accounts. Don't forget to set a password with 'passwd'.
|
# Define user accounts. Don't forget to set a password with 'passwd'.
|
||||||
users.users.operator = {
|
users.users.operator = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "douze baie";
|
description = "administration user";
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
packages = with pkgs; [];
|
packages = with pkgs; [];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
|
|
Loading…
Reference in a new issue