buaidheach: initial deployment

This commit is contained in:
Serĉanto de Scio 2022-07-08 17:52:56 +10:00
parent 612dd646c0
commit 326b9296be
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
# NixOps configuration for pàidh-dha # NixOps configuration for buaidheach
{ {
config, config,
pkgs, pkgs,
@ -13,7 +13,7 @@
# Comment out deployment when building the SD Image. # Comment out deployment when building the SD Image.
deployment.targetHost = "10.42.0.202"; deployment.targetHost = "10.42.0.202";
networking.hostName = "paidh-dha"; # Define your hostname. networking.hostName = "buaidheach"; # Define your hostname.
system.stateVersion = "20:09"; # The version of NixOS originally installed system.stateVersion = "22.05"; # The version of NixOS originally installed
} }

View file

@ -0,0 +1,4 @@
# SD image for buaidheach
{...}: {
imports = [./sd-image_paidh-aarch64.nix ../hosts/buaidheach.nix];
}

View file

@ -1,4 +0,0 @@
# SD image for paidh-dha
{...}: {
imports = [./sd-image_paidh-aarch64.nix ../hosts/paidh-dha.nix];
}

View file

@ -24,7 +24,7 @@
iolear-beag = import hosts/iolear-beag.nix; iolear-beag = import hosts/iolear-beag.nix;
paidh-ceithir = import hosts/paidh-ceithir.nix; paidh-ceithir = import hosts/paidh-ceithir.nix;
paidh-coig = import hosts/paidh-coig.nix; paidh-coig = import hosts/paidh-coig.nix;
paidh-dha = import hosts/paidh-dha.nix; buaidheach = import hosts/buaidheach.nix;
paidh-tri = import hosts/paidh-tri.nix; paidh-tri = import hosts/paidh-tri.nix;
paidh-uachdar = import hosts/paidh-uachdar.nix; paidh-uachdar = import hosts/paidh-uachdar.nix;
sithlainnir = import hosts/sithlainnir.nix; sithlainnir = import hosts/sithlainnir.nix;