hydra: add desktop job
This commit is contained in:
@@ -59,8 +59,10 @@
|
||||
security.sudo.execWheelOnly = true;
|
||||
}
|
||||
);
|
||||
hydraJobs."steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel;
|
||||
hydraJobs."desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel;
|
||||
hydraJobs = {
|
||||
"steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel;
|
||||
"desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user