From 7da8090eebabef80e60164fd20d116f9571dfa4e Mon Sep 17 00:00:00 2001 From: Niten Date: Mon, 12 Apr 2021 15:33:44 -0700 Subject: [PATCH] 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"; }