From d669f8be0c8bd04e0c925158b7897d1bfb1790c7 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 9 Sep 2024 08:18:26 +1000 Subject: [PATCH] chore(paidh-uachdar): disable temporarily --- hosts/paidh-uachdar/default.nix | 2 +- outputs.nix | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/paidh-uachdar/default.nix b/hosts/paidh-uachdar/default.nix index 89e9601..7c792e9 100644 --- a/hosts/paidh-uachdar/default.nix +++ b/hosts/paidh-uachdar/default.nix @@ -11,7 +11,7 @@ ../../profiles/openssh.nix ../../profiles/pi_common.nix ../../profiles/users-ops.nix # MIO Ops users - ../../secrets/wireless.nix # Hey look! A squirrel! + #../../secrets/wireless.nix # Hey look! A squirrel! ]; # Comment out deployment when building the SD Image. diff --git a/outputs.nix b/outputs.nix index 8b6b543..d752db1 100644 --- a/outputs.nix +++ b/outputs.nix @@ -104,12 +104,12 @@ in { ragenix.nixosModules.default ]; }; - paidh-uachdar = { - imports = [ - hosts/paidh-uachdar - ragenix.nixosModules.default - ]; - }; + #paidh-uachdar = { + # imports = [ + # hosts/paidh-uachdar + # ragenix.nixosModules.default + # ]; + #}; sanganto = { imports = [ hosts/sanganto