hosts: hades: move to 2.5 Nic and change name to hostname
This commit is contained in:
parent
d754a5b1d5
commit
f30860cb34
@ -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 = [
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user