buaidheach: decommission
This commit is contained in:
parent
5b15a5e49e
commit
454a73de4e
|
@ -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
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
# SD image for buaidheach
|
||||
{...}: {
|
||||
imports = [./sd-image_paidh-aarch64.nix ../hosts/buaidheach.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;
|
||||
|
|
Loading…
Reference in a new issue