mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-13 01:32:23 +00:00
Add user config
This commit is contained in:
@@ -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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user