Compare commits

...

2 commits

3 changed files with 8 additions and 3 deletions

View file

@ -16,7 +16,6 @@
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
deployment.targetHost = "10.42.0.124";
networking.hostName = "brighde"; # A poetess, sage, woman of wisdom, healing networking.hostName = "brighde"; # A poetess, sage, woman of wisdom, healing
system.stateVersion = "22.05"; # The version of NixOS originally installed system.stateVersion = "22.05"; # The version of NixOS originally installed

View file

@ -21,8 +21,6 @@
../../profiles/tt-rss.nix ../../profiles/tt-rss.nix
]; ];
deployment.targetHost = "172.105.171.16";
networking.hostName = "cuallaidh"; # Define your hostname. networking.hostName = "cuallaidh"; # Define your hostname.
networking.interfaces.eth0.ipv6.addresses = [ networking.interfaces.eth0.ipv6.addresses = [
{ {

View file

@ -55,6 +55,10 @@ in {
hosts/brighde hosts/brighde
ragenix.nixosModules.default ragenix.nixosModules.default
]; ];
deployment = {
tags = ["active"];
targetHost = "10.42.0.124";
};
}; };
ceilidh = { ceilidh = {
imports = [ imports = [
@ -77,6 +81,10 @@ in {
hosts/cuallaidh hosts/cuallaidh
ragenix.nixosModules.default ragenix.nixosModules.default
]; ];
deployment = {
tags = ["active"];
targetHost = "172.105.171.16";
};
}; };
#dhu = { #dhu = {
# imports = [ # imports = [