hydra: fix jobs

This commit is contained in:
Kabbone 2024-06-08 19:32:33 +02:00
parent a119ae47f0
commit b4c7b1762b
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
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"
]; ];
}; };
}; };