From 77654b1188ab37c0b8b89964972bd6aa371465bd Mon Sep 17 00:00:00 2001 From: Snorre Ettrup Altschul Date: Mon, 3 Mar 2025 20:36:38 +0100 Subject: [PATCH] g --- configuration.nix | 4 ++-- modules/networking.nix | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/configuration.nix b/configuration.nix index f3a34d1..47d2640 100755 --- a/configuration.nix +++ b/configuration.nix @@ -3,8 +3,8 @@ ./services/openssh.nix ./services/forgejo.nix ./services/vaultwarden.nix - ./services/jellyfin.nix - ./services/mailserver.nix + # ./services/jellyfin.nix + # ./services/mailserver.nix ./services/misc.nix ./modules/git.nix diff --git a/modules/networking.nix b/modules/networking.nix index 0032d92..a7a81b1 100755 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -9,18 +9,18 @@ }; # Static ip - networking.interfaces.enp2s0 = { - ipv4.addresses = [ - { - address = "10.0.201.83"; - prefixLength = 24; - } - ]; - }; - networking.defaultGateway = { - address = "10.0.201.1"; - interface = "enp2s0"; - }; + # networking.interfaces.enp2s0 = { + # ipv4.addresses = [ + # { + # address = "10.0.201.23"; + # prefixLength = 24; + # } + # ]; + # }; + # networking.defaultGateway = { + # address = "10.0.201.1"; + # interface = "enp2s0"; + # }; # Uncomment when domain is set up # security.acme = {