From 454a73de4ea37bf51436f873c0fc9b8aa9deffe6 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 5 Feb 2024 22:36:58 +1000 Subject: [PATCH] buaidheach: decommission --- hosts/buaidheach.nix | 19 ------------------- images/sd-image_buaidheach.nix | 4 ---- nixops.nix | 1 - 3 files changed, 24 deletions(-) delete mode 100644 hosts/buaidheach.nix delete mode 100644 images/sd-image_buaidheach.nix diff --git a/hosts/buaidheach.nix b/hosts/buaidheach.nix deleted file mode 100644 index adf42f0..0000000 --- a/hosts/buaidheach.nix +++ /dev/null @@ -1,19 +0,0 @@ -# NixOps configuration for buaidheach -{ - config, - pkgs, - lib, - ... -}: { - imports = [ - ../networks/pi3B_rack.nix - ../profiles/transmission.nix - ../secrets/transmission.nix - ]; - - # Comment out deployment when building the SD Image. - deployment.targetHost = "10.42.0.202"; - networking.hostName = "buaidheach"; # Define your hostname. - - system.stateVersion = "22.05"; # The version of NixOS originally installed -} diff --git a/images/sd-image_buaidheach.nix b/images/sd-image_buaidheach.nix deleted file mode 100644 index 0898d31..0000000 --- a/images/sd-image_buaidheach.nix +++ /dev/null @@ -1,4 +0,0 @@ -# SD image for buaidheach -{...}: { - imports = [./sd-image_paidh-aarch64.nix ../hosts/buaidheach.nix]; -} diff --git a/nixops.nix b/nixops.nix index 4918770..3b17923 100644 --- a/nixops.nix +++ b/nixops.nix @@ -25,7 +25,6 @@ iolear-beag = import hosts/iolear-beag.nix; doilidh = import hosts/doilidh.nix; eamhair = import hosts/eamhair.nix; - buaidheach = import hosts/buaidheach.nix; ceitidh = import hosts/ceitidh.nix; paidh-uachdar = import hosts/paidh-uachdar.nix; sercanto = import hosts/sercanto.nix;