mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-08-06 04:28:18 +02:00
Fix typo
This commit is contained in:
parent
b7685fe749
commit
6525159ba7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Kevin Kandlbinder";
|
description = "Kevin Kandlbinder";
|
||||||
extraGroups = [ "wheel" "docker" "dialout" "networkmanager" "floppy" "audio" "lp" "cdrom" "tape" "video" "render" ];
|
extraGroups = [ "wheel" "docker" "dialout" "networkmanager" "floppy" "audio" "lp" "cdrom" "tape" "video" "render" ];
|
||||||
passwordFile = config.sops.secrets.password-kevin.path;
|
passwordFile = config.sops.secrets.password_kevin.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
kevin.ssh.authorized.kevin.users = ["kevin" "root"];
|
kevin.ssh.authorized.kevin.users = ["kevin" "root"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue