chore(dionach): add active tag
This commit is contained in:
parent
c05590435e
commit
86fc97845a
|
@ -10,8 +10,6 @@
|
|||
../../profiles/steam.nix
|
||||
];
|
||||
|
||||
deployment.targetHost = "10.42.0.190";
|
||||
|
||||
# Use the GRUB 2 boot loader.
|
||||
boot = {
|
||||
loader.grub = {
|
||||
|
|
|
@ -97,6 +97,10 @@ in {
|
|||
hosts/dionach
|
||||
ragenix.nixosModules.default
|
||||
];
|
||||
deployment = {
|
||||
tags = ["active"];
|
||||
targetHost = "10.42.0.190";
|
||||
};
|
||||
};
|
||||
doilidh = {
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue