hydra: add desktop job
This commit is contained in:
parent
2ee496c5e9
commit
90201b355c
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user