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 in
{ {
desktop = lib.nixosSystem { # Desktop profile hades = lib.nixosSystem { # Desktop profile
inherit system; inherit system;
specialArgs = { inherit inputs user location nixos-hardware agenix microvm nixpkgs lanzaboote; }; specialArgs = { inherit inputs user location nixos-hardware agenix microvm nixpkgs lanzaboote; };
modules = [ modules = [

View File

@ -127,7 +127,7 @@
enable = true; enable = true;
networks = { networks = {
"10-lan" = { "10-lan" = {
matchConfig.Name = "enp34s0"; matchConfig.Name = "eno1";
ntp = [ "192.168.2.1" ]; ntp = [ "192.168.2.1" ];
domains = [ "home.opel-online.de" ]; domains = [ "home.opel-online.de" ];
networkConfig = { networkConfig = {