hydra: fix jobs

This commit is contained in:
2024-06-08 19:32:33 +02:00
parent a119ae47f0
commit b4c7b1762b
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}; };
}; };

View File

@@ -89,7 +89,7 @@
IPv6AcceptRA = true; IPv6AcceptRA = true;
}; };
dns = [ dns = [
"1.1.1.1" "192.168.101.1"
]; ];
}; };
}; };