chore(dionach): add active tag

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

View file

@ -10,8 +10,6 @@
../../profiles/steam.nix
];
deployment.targetHost = "10.42.0.190";
# Use the GRUB 2 boot loader.
boot = {
loader.grub = {

View file

@ -97,6 +97,10 @@ in {
hosts/dionach
ragenix.nixosModules.default
];
deployment = {
tags = ["active"];
targetHost = "10.42.0.190";
};
};
doilidh = {
imports = [