chore(teintidh): add inactive tag
This commit is contained in:
parent
f74f1e63bf
commit
f4680c204e
|
@ -15,7 +15,6 @@
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
||||||
deployment.targetHost = "10.42.0.127";
|
|
||||||
networking.hostName = "teintidh"; # Define your hostname.
|
networking.hostName = "teintidh"; # Define your hostname.
|
||||||
|
|
||||||
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
||||||
|
|
|
@ -165,6 +165,10 @@ in {
|
||||||
hosts/teintidh
|
hosts/teintidh
|
||||||
ragenix.nixosModules.default
|
ragenix.nixosModules.default
|
||||||
];
|
];
|
||||||
|
deployment = {
|
||||||
|
tags = ["inactive"];
|
||||||
|
targetHost = "10.42.0.127";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue