root ssh
This commit is contained in:
parent
fb1f1fed87
commit
342bb03515
1 changed files with 5 additions and 0 deletions
|
|
@ -101,6 +101,11 @@
|
|||
];
|
||||
};
|
||||
|
||||
users.users.root = {
|
||||
isNormalUser = false;
|
||||
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMYGJCpFIiWqzy8YbfWh7+i52XVwyhUu+P0rUglVR5uV gws@nixos"];
|
||||
};
|
||||
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue