initial nixos-config
This commit is contained in:
13
hosts/common/stefan.nix
Normal file
13
hosts/common/stefan.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
users.users = {
|
||||
stefan = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
initialPassword = "password";
|
||||
openssh.authorizedKeys.keys = [
|
||||
# Add your SSH public key(s) here, if you plan on using SSH to connect
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user