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