buaidheach: initial deployment
This commit is contained in:
parent
612dd646c0
commit
326b9296be
|
@ -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
|
||||||
}
|
}
|
4
images/sd-image_buaidheach.nix
Normal file
4
images/sd-image_buaidheach.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# SD image for buaidheach
|
||||||
|
{...}: {
|
||||||
|
imports = [./sd-image_paidh-aarch64.nix ../hosts/buaidheach.nix];
|
||||||
|
}
|
|
@ -1,4 +0,0 @@
|
||||||
# SD image for paidh-dha
|
|
||||||
{...}: {
|
|
||||||
imports = [./sd-image_paidh-aarch64.nix ../hosts/paidh-dha.nix];
|
|
||||||
}
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue