hydra: add desktop job

This commit is contained in:
2024-06-04 19:01:29 +02:00
parent 2ee496c5e9
commit 90201b355c

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