Framework fixed
This commit is contained in:
parent
873a9c562b
commit
37d834adc4
4 changed files with 42 additions and 29 deletions
|
|
@ -14,7 +14,7 @@ in {
|
|||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
description = "Aleksandr Lebedev";
|
||||
extraGroups = ["networkmanager" "wheel"];
|
||||
extraGroups = ["networkmanager" "wheel" "input"];
|
||||
#initialPassword = "1234";
|
||||
hashedPasswordFile = config.sops.secrets."users/${username}".path;
|
||||
packages = with pkgs; [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue