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