paidh-dha: sent live

This commit is contained in:
Serĉanto de Scio 2021-05-30 19:47:03 +10:00
parent bbc59a6d21
commit b5b05558b4
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
2 changed files with 5 additions and 4 deletions

View file

@ -17,12 +17,14 @@
airgead = import ../hosts/airgead.nix;
cuallaidh = import ../hosts/cuallaidh.nix;
dhu = import ../hosts/dhu.nix;
dionach = import ../hosts/dionach.nix;
iolear-beag = import ../hosts/iolear-beag.nix;
paidh-ceithir = import ../hosts/paidh-ceithir.nix;
paidh-coig = import ../hosts/paidh-coig.nix;
paidh-dha = import ../hosts/paidh-dha.nix;
paidh-tri = import ../hosts/paidh-tri.nix;
paidh-uachdar = import ../hosts/paidh-uachdar.nix;
sithlainnir = import ../hosts/sithlainnir.nix;
teintidh = import ../hosts/teintidh.nix;
}

View file

@ -5,12 +5,11 @@
{
imports = [
../networks/pi3B_rack.nix
../profiles/transmission.nix
];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.69.0.202";
deployment.targetHost = "10.42.0.202";
networking.hostName = "paidh-dha"; # Define your hostname.
system.stateVersion = "19.09"; # The version of NixOS originally installed
system.stateVersion = "20:09"; # The version of NixOS originally installed
}