diff --git a/hosts/brighde/default.nix b/hosts/brighde/default.nix index 67bb417..c8753ee 100644 --- a/hosts/brighde/default.nix +++ b/hosts/brighde/default.nix @@ -7,7 +7,6 @@ imports = [ ../../hardware/lenovo_yoga7i.nix ../../profiles/desktopFiona.nix - ../../profiles/desktop_common.nix ]; # Use the UEFI boot loader. diff --git a/outputs.nix b/outputs.nix index c761137..6cfe901 100644 --- a/outputs.nix +++ b/outputs.nix @@ -72,6 +72,7 @@ in { tags = ["active"]; targetHost = "10.69.0.122"; }; + roles.desktop.enable = true; }; ceilidh = { imports = [ @@ -157,7 +158,10 @@ in { hosts/sercanto ragenix.nixosModules.default ]; - deployment.targetHost = "10.69.0.149"; + deployment = { + targetHost = "10.69.0.149"; + tags = ["active"]; + }; roles.desktop.enable = true; roles.desktopCraige.enable = true; };