diff options
Diffstat (limited to 'hosts/mox/configuration.nix')
-rw-r--r-- | hosts/mox/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/mox/configuration.nix b/hosts/mox/configuration.nix index 7ae99c1..456cd89 100644 --- a/hosts/mox/configuration.nix +++ b/hosts/mox/configuration.nix @@ -8,5 +8,4 @@ ]; services.openssh.ports = [ 22 465 ]; - networking.hostName = "mox"; } |