fix: add leo to input group
makes cbf work
This commit is contained in:
parent
f215390d8e
commit
c2e69d1ac4
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ in {
|
||||||
"${username}" = {
|
"${username}" = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
extraGroups = ["networkmanager" "wheel" "video" "libvirtd"];
|
extraGroups = ["networkmanager" "wheel" "video" "libvirtd" "input"];
|
||||||
hashedPasswordFile = secrets.get "userPassword";
|
hashedPasswordFile = secrets.get "userPassword";
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+7+KfdOrhcnHayxvOENUeMx8rE4XEIV/AxMHiaNUP8"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+7+KfdOrhcnHayxvOENUeMx8rE4XEIV/AxMHiaNUP8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue