hosts: hades: move to 2.5 Nic and change name to hostname

This commit is contained in:
Kabbone 2024-06-17 17:56:41 +02:00
parent d754a5b1d5
commit f30860cb34
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 2 additions and 2 deletions

View File

@ -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 = [

View File

@ -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 = {