mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
fixed ssh
This commit is contained in:
parent
022812a5b7
commit
54844e3558
2 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
extraGroups = [ "wheel" "networkmanager" "video" "audio" "input" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"${config.machines.keys.desktop.ssh}"
|
||||
"${config.machines.keys.windows.ssh}"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue