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