This commit is contained in:
Snorre Ettrup Altschul 2025-03-03 20:36:38 +01:00
parent f1c1c38498
commit 77654b1188
2 changed files with 14 additions and 14 deletions

View file

@ -3,8 +3,8 @@
./services/openssh.nix ./services/openssh.nix
./services/forgejo.nix ./services/forgejo.nix
./services/vaultwarden.nix ./services/vaultwarden.nix
./services/jellyfin.nix # ./services/jellyfin.nix
./services/mailserver.nix # ./services/mailserver.nix
./services/misc.nix ./services/misc.nix
./modules/git.nix ./modules/git.nix

View file

@ -9,18 +9,18 @@
}; };
# Static ip # Static ip
networking.interfaces.enp2s0 = { # networking.interfaces.enp2s0 = {
ipv4.addresses = [ # ipv4.addresses = [
{ # {
address = "10.0.201.83"; # address = "10.0.201.23";
prefixLength = 24; # prefixLength = 24;
} # }
]; # ];
}; # };
networking.defaultGateway = { # networking.defaultGateway = {
address = "10.0.201.1"; # address = "10.0.201.1";
interface = "enp2s0"; # interface = "enp2s0";
}; # };
# Uncomment when domain is set up # Uncomment when domain is set up
# security.acme = { # security.acme = {