Compare commits
2 commits
e23d0389f0
...
c05590435e
Author | SHA1 | Date | |
---|---|---|---|
Serĉanto de Scio | c05590435e | ||
Serĉanto de Scio | 7ecb06ba14 |
|
@ -16,7 +16,6 @@
|
|||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
deployment.targetHost = "10.42.0.124";
|
||||
networking.hostName = "brighde"; # A poetess, sage, woman of wisdom, healing
|
||||
|
||||
system.stateVersion = "22.05"; # The version of NixOS originally installed
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
../../profiles/tt-rss.nix
|
||||
];
|
||||
|
||||
deployment.targetHost = "172.105.171.16";
|
||||
|
||||
networking.hostName = "cuallaidh"; # Define your hostname.
|
||||
networking.interfaces.eth0.ipv6.addresses = [
|
||||
{
|
||||
|
|
|
@ -55,6 +55,10 @@ in {
|
|||
hosts/brighde
|
||||
ragenix.nixosModules.default
|
||||
];
|
||||
deployment = {
|
||||
tags = ["active"];
|
||||
targetHost = "10.42.0.124";
|
||||
};
|
||||
};
|
||||
ceilidh = {
|
||||
imports = [
|
||||
|
@ -77,6 +81,10 @@ in {
|
|||
hosts/cuallaidh
|
||||
ragenix.nixosModules.default
|
||||
];
|
||||
deployment = {
|
||||
tags = ["active"];
|
||||
targetHost = "172.105.171.16";
|
||||
};
|
||||
};
|
||||
#dhu = {
|
||||
# imports = [
|
||||
|
|
Loading…
Reference in a new issue