mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-11 08:42:24 +00:00
Add user config
This commit is contained in:
@@ -8,12 +8,19 @@
|
||||
extraGroups =
|
||||
[
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"video"
|
||||
"audio"
|
||||
];
|
||||
linger = true;
|
||||
initialPassword = "pass1234";
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHWO2qwHaPaQs46na4Aa6gMkw5QqRHUMGQphtgAcDJOw"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
tmux
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user