add nzbr user
This commit is contained in:
parent
2c6f3a5ee3
commit
b84724fe2c
1 changed files with 8 additions and 0 deletions
|
|
@ -15,6 +15,14 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
# Immutable users due to tmpfs
|
||||
users.mutableUsers = false;
|
||||
users.users."nzbr" = {
|
||||
extraGroups = [ "wheel" ];
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIkFgHr6OMwsnGhdG4TwKdthlJC/B9ELqZfrmJ9Sf7qk"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIkNP8Lo20fw3Ysq3B64Iep9WyVKWxdv5KJOZRLmAaaM"
|
||||
];
|
||||
};
|
||||
services.openssh.forwardX11 = true;
|
||||
services.rpcbind.enable = true;
|
||||
boot.supportedFilesystems = [ "nfs" "nfs4" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue