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
1
system/keys/windows/ssh.pub.key
Normal file
1
system/keys/windows/ssh.pub.key
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBamn0zxYt6mwWLrPkDDXTrfe/tdpGCw6DBLiTw5QuxD bryan@ramos.codes
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
extraGroups = [ "wheel" "networkmanager" "video" "audio" "input" ];
|
extraGroups = [ "wheel" "networkmanager" "video" "audio" "input" ];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"${config.machines.keys.desktop.ssh}"
|
"${config.machines.keys.desktop.ssh}"
|
||||||
|
"${config.machines.keys.windows.ssh}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue