paidh-dha: sent live
This commit is contained in:
parent
bbc59a6d21
commit
b5b05558b4
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue