chore(sithlainnir): add inactive tag

This commit is contained in:
Serĉanto de Scio 2024-09-09 16:29:08 +10:00
parent 3c4e886095
commit f74f1e63bf
Signed by: sercanto
GPG key ID: A4122FF3971B6865
2 changed files with 4 additions and 1 deletions

View file

@ -14,7 +14,6 @@
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
deployment.targetHost = "10.42.0.114";
networking.hostName = "sithlainnir"; # Define your hostname.
system.stateVersion = "18.09"; # The version of NixOS originally installed

View file

@ -155,6 +155,10 @@ in {
hosts/sithlainnir
ragenix.nixosModules.default
];
deployment = {
tags = ["inactive"];
targetHost = "10.42.0.114";
};
};
teintidh = {
imports = [