🔧 (hydrogen/sshd) change port for ~securitay
This commit is contained in:
parent
2edb21185f
commit
78b864ba9f
|
@ -7,5 +7,5 @@
|
|||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
|
||||
imports = [ ./networking ./packages ./users ];
|
||||
imports = [ ./networking ./packages ./ssh ./users ];
|
||||
}
|
||||
|
|
1
hosts/hydrogen/system/ssh/default.nix
Normal file
1
hosts/hydrogen/system/ssh/default.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ ... }: { services.openssh.ports = [ 624 ]; }
|
Loading…
Reference in a new issue