hydra: add desktop job

This commit is contained in:
Kabbone 2024-06-04 19:01:29 +02:00
parent 2ee496c5e9
commit 90201b355c
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -59,8 +59,10 @@
security.sudo.execWheelOnly = true; security.sudo.execWheelOnly = true;
} }
); );
hydraJobs."steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel; hydraJobs = {
hydraJobs."desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel; "steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel;
"desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel;
};
}; };