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" ]; }; };