aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-21 23:59:38 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-21 23:59:38 -0700
commit25b58a8bd95ed42acbb0ad159b528026f24c549a (patch)
tree3ca84ee171e1ed6a9dc2ced23516b63451b26dd4
parentfeff0a2c3995a2492fa0113b41f87ddb4b7df37c (diff)
copenhagen network config
-rw-r--r--hosts/copenhagen/configuration.nix8
1 files changed, 8 insertions, 0 deletions
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;