hydra: add desktop job

This commit is contained in:
Kabbone 2024-06-03 21:35:31 +02:00
parent a901a661f9
commit 2ee496c5e9
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -60,6 +60,7 @@
}
);
hydraJobs."steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel;
hydraJobs."desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel;
};