chore(cuallaidh): add active tag

This commit is contained in:
Serĉanto de Scio 2024-09-09 16:09:26 +10:00
parent 7ecb06ba14
commit c05590435e
Signed by: sercanto
GPG key ID: A4122FF3971B6865
2 changed files with 4 additions and 2 deletions

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

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