From b4c7b1762bfab61adbe1b78dd8b97fa592e91ad2 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 8 Jun 2024 19:32:33 +0200 Subject: [PATCH] hydra: fix jobs --- flake.nix | 2 +- hosts/dmz/hardware-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5b20022..84cfa8f 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ ); hydraJobs = { "steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel; - "desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel; + "desktop" = nixosConfigurations.desktop.config.system.build.toplevel; }; }; diff --git a/hosts/dmz/hardware-configuration.nix b/hosts/dmz/hardware-configuration.nix index c89475e..54d8358 100644 --- a/hosts/dmz/hardware-configuration.nix +++ b/hosts/dmz/hardware-configuration.nix @@ -89,7 +89,7 @@ IPv6AcceptRA = true; }; dns = [ - "1.1.1.1" + "192.168.101.1" ]; }; };