trajto(brighde): ŝanĝo al Cosmic Desktop

This commit is contained in:
Serĉanto de Scio 2025-03-24 09:24:08 +10:00
parent 371cca1d7d
commit b96cb32522
Signed by: sercanto
GPG key ID: A4122FF3971B6865
2 changed files with 5 additions and 2 deletions

View file

@ -7,7 +7,6 @@
imports = [
../../hardware/lenovo_yoga7i.nix
../../profiles/desktopFiona.nix
../../profiles/desktop_common.nix
];
# Use the UEFI boot loader.

View file

@ -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;
};