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;