hydra: fix jobs
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
);
|
);
|
||||||
hydraJobs = {
|
hydraJobs = {
|
||||||
"steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel;
|
"steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel;
|
||||||
"desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel;
|
"desktop" = nixosConfigurations.desktop.config.system.build.toplevel;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -89,7 +89,7 @@
|
|||||||
IPv6AcceptRA = true;
|
IPv6AcceptRA = true;
|
||||||
};
|
};
|
||||||
dns = [
|
dns = [
|
||||||
"1.1.1.1"
|
"192.168.101.1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user