flake add hydraJobs
This commit is contained in:
parent
bd07e688fc
commit
034bc1e4e0
@ -79,8 +79,5 @@
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
hydraJobs = {
|
|
||||||
steamdeck = nixosConfigurations.steamdeck.config.system.build.toplevel;
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
{
|
{
|
||||||
services.hydra = {
|
services.hydra = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = true;
|
|
||||||
hydraURL = "http://localhost:3000";
|
hydraURL = "http://localhost:3000";
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@localhost";
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user