mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
fix: correct firewall issues with ssh function
This commit is contained in:
parent
e5f317be86
commit
b1fe5e99a4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ config.services.openssh.ports ];
|
||||
networking.firewall.allowedTCPPorts = config.services.openssh.ports;
|
||||
|
||||
users.users.liv.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGXi00z/rxVrWLKgYr+tWIsbHsSQO75hUMSTThNm5wUw liv@sakura" # main laptop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue