open firewall for ssh
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
327895435b
commit
cc702cb5fe
@ -72,7 +72,10 @@ rec {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
users.users.alice = {
|
users.users.alice = {
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
# photon
|
# photon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user