Moved some configuration
This commit is contained in:
parent
b83c4f77c7
commit
8959ab4ff5
2 changed files with 15 additions and 4 deletions
|
|
@ -95,11 +95,15 @@
|
|||
isNormalUser = true;
|
||||
description = "Aleksandr Lebedev";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
#initialPassword = "1234";
|
||||
hashedPasswordFile = config.sops.secrets."users/${username}".path;
|
||||
initialPassword = "1234";
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
};
|
||||
#test = {
|
||||
# isNormalUser = true;
|
||||
# initialPassword = "1234";
|
||||
# extraGroups = [ "networkmanager" ];
|
||||
#};
|
||||
};
|
||||
|
||||
qt = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue