diff --git a/hosts/default.nix b/hosts/default.nix index f3cfe9e..7308de4 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -31,7 +31,7 @@ let in { - desktop = lib.nixosSystem { # Desktop profile + hades = lib.nixosSystem { # Desktop profile inherit system; specialArgs = { inherit inputs user location nixos-hardware agenix microvm nixpkgs lanzaboote; }; modules = [ diff --git a/hosts/desktop/hardware-configuration.nix b/hosts/desktop/hardware-configuration.nix index 9bd23da..f217498 100644 --- a/hosts/desktop/hardware-configuration.nix +++ b/hosts/desktop/hardware-configuration.nix @@ -127,7 +127,7 @@ enable = true; networks = { "10-lan" = { - matchConfig.Name = "enp34s0"; + matchConfig.Name = "eno1"; ntp = [ "192.168.2.1" ]; domains = [ "home.opel-online.de" ]; networkConfig = {