From f30860cb344c0b0d599f337a5f493f4a2000fb03 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 17 Jun 2024 17:56:41 +0200 Subject: [PATCH] hosts: hades: move to 2.5 Nic and change name to hostname --- hosts/default.nix | 2 +- hosts/desktop/hardware-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {