Compare commits

..

2 commits

3 changed files with 8 additions and 3 deletions

View file

@ -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

View file

@ -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 = [
{

View file

@ -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 = [