From 25b58a8bd95ed42acbb0ad159b528026f24c549a Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 21 Jul 2024 23:59:38 -0700 Subject: copenhagen network config --- hosts/copenhagen/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hosts/copenhagen') diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 4251e69..50eee4d 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -25,6 +25,13 @@ programs.fuse.userAllowOther = true; + networking = { + hostName = "copenhagen"; + hostId = "a50062ff"; + + useDHCP = true; + }; + time.timeZone = "America/Los_Angeles"; users.users = { @@ -58,6 +65,7 @@ services = { openssh = { enable = true; + ports = [ 42069 ]; settings = { PermitRootLogin = "no"; PasswordAuthentication = false; -- cgit v1.2.3