Add user config

This commit is contained in:
2024-03-27 22:04:34 +00:00
parent 722caefdaa
commit 95a6fb71e0

View File

@@ -8,12 +8,19 @@
extraGroups = extraGroups =
[ [
"wheel" "wheel"
"networkmanager"
"video" "video"
"audio"
]; ];
linger = true;
initialPassword = "pass1234";
shell = pkgs.zsh; shell = pkgs.zsh;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHWO2qwHaPaQs46na4Aa6gMkw5QqRHUMGQphtgAcDJOw" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHWO2qwHaPaQs46na4Aa6gMkw5QqRHUMGQphtgAcDJOw"
]; ];
packages = with pkgs; [
tmux
];
}; };
}; };
} }