chore(cuallaidh): add active tag
This commit is contained in:
parent
7ecb06ba14
commit
c05590435e
|
@ -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 = [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue