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/forgejo.nix
./services/vaultwarden.nix
./services/jellyfin.nix
./services/mailserver.nix
# ./services/jellyfin.nix
# ./services/mailserver.nix
./services/misc.nix
./modules/git.nix

View file

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