mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-04 20:35:52 +02:00
11 lines
No EOL
304 B
Nix
11 lines
No EOL
304 B
Nix
{
|
|
imports = [ ./ssh.nix ];
|
|
|
|
users.users.kevin = {
|
|
isNormalUser = true;
|
|
description = "Kevin Kandlbinder";
|
|
extraGroups = [ "wheel" "docker" "dialout" "networkmanager" "floppy" "audio" "lp" "cdrom" "tape" "video" "render" ];
|
|
};
|
|
|
|
kevin.ssh.authorized.kevin.users = ["kevin" "root"];
|
|
} |