From 066e118bc1beedccc135ca122f1605b62fb73895 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 14 Apr 2024 11:50:16 -0600 Subject: [PATCH] miniserver ssh/hosts setup --- server/configuration.org | 1 + workstation/configuration.org | 2 ++ 2 files changed, 3 insertions(+) diff --git a/server/configuration.org b/server/configuration.org index 6e3481a..d486b68 100644 --- a/server/configuration.org +++ b/server/configuration.org @@ -92,6 +92,7 @@ networking = { networkmanager.enable = true; extraHosts = '' 192.168.1.64 workstation + 192.168.1.100 miniserver ''; firewall = let open_firewall_ports = [ diff --git a/workstation/configuration.org b/workstation/configuration.org index 2bfae08..6fb1779 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -93,6 +93,7 @@ networking = { networkmanager.enable = true; extraHosts = '' 192.168.1.69 server + 192.168.1.100 miniserver ''; firewall = let openFirewallPorts = [ @@ -350,6 +351,7 @@ users = { home = "/var/nixremote/"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN6HsajaTL+nTJtSIu00M5WJwgt/7fyU59gBr2R7tbnv root@server" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGrC7sVvDT0is2oq/H1Do99LPaQKvyGMAsrF6/fuf1aP root@miniserver" ]; }; jawz = {