From 358a4b85514914319c95cb96211050c35bd60546 Mon Sep 17 00:00:00 2001 From: Root Date: Mon, 12 Apr 2021 15:27:42 -0700 Subject: [PATCH 1/2] Switch back to intif0 for lambda --- config/host-config/lambda.nix | 6 ++---- config/networks/sea.fudo.org.nix | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/config/host-config/lambda.nix b/config/host-config/lambda.nix index d630aa7..8feb358 100644 --- a/config/host-config/lambda.nix +++ b/config/host-config/lambda.nix @@ -5,7 +5,7 @@ nixpkgs.config.permittedInsecurePackages = [ "openssh-with-gssapi-8.4p1" # CVE-2021-28041 ]; - + fudo.slynk.enable = true; networking = { @@ -15,9 +15,7 @@ enp4s0f0.useDHCP = false; enp4s0f1.useDHCP = false; - intif0 = { - useDHCP = true; - }; + intif0 = { useDHCP = true; }; }; }; diff --git a/config/networks/sea.fudo.org.nix b/config/networks/sea.fudo.org.nix index f93f390..94032da 100644 --- a/config/networks/sea.fudo.org.nix +++ b/config/networks/sea.fudo.org.nix @@ -80,7 +80,7 @@ in { }; lambda = { ipv4-address = "10.0.0.11"; - mac-address = "e8:39:35:2c:38:08"; + mac-address = "02:f5:fe:8c:22:fe"; }; plato = { ipv4-address = "10.0.0.21"; }; cam-entrance = { From 7da8090eebabef80e60164fd20d116f9571dfa4e Mon Sep 17 00:00:00 2001 From: Niten Date: Mon, 12 Apr 2021 15:33:44 -0700 Subject: [PATCH 2/2] Aha, here it is --- config/hosts/pselby-work.nix | 3 +++ config/hosts/upstairs-desktop.nix | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/hosts/pselby-work.nix b/config/hosts/pselby-work.nix index 9797c0e..c41cec0 100644 --- a/config/hosts/pselby-work.nix +++ b/config/hosts/pselby-work.nix @@ -1,3 +1,6 @@ { description = "Google Lenovo work laptop."; + site = "seattle"; + profile = "laptop"; + domain = "sea.fudo.org"; } diff --git a/config/hosts/upstairs-desktop.nix b/config/hosts/upstairs-desktop.nix index dcf14e8..313b1ce 100644 --- a/config/hosts/upstairs-desktop.nix +++ b/config/hosts/upstairs-desktop.nix @@ -10,4 +10,7 @@ ]; rp = "niten"; admin-email = "niten@fudo.org"; + site = "russell"; + domain = "rus.selby.ca"; + profile = "desktop"; }