Compare commits

..

No commits in common. "4ab35c6f51a147de6da219d5fa46b27cfd1f5bb5" and "ef490d82f72ff1f3f2718a2297ae965f23e25fcd" have entirely different histories.

2 changed files with 2 additions and 10 deletions

View file

@ -44,13 +44,7 @@
proxy_set_header Host $host;
'';
};
extraConfig = ''
allow 10.0.0.0/8;
allow 100.0.0.0/8;
allow 192.168.1.0/24;
allow fd0d::/8;
deny all;
'';
listenAddresses = [ "10.0.0.1" "[fd0d::1]" "100.67.1.1" ];
};
systemd.tmpfiles.rules = [

View file

@ -1,4 +1,4 @@
{ inputs, modules, modulesPath, ... }: {
{ lib, modules, modulesPath, ... }: {
networking.hostName = "alyssum";
system.stateVersion = "25.11";
time.timeZone = "Australia/Melbourne";
@ -22,8 +22,6 @@
security
tailscale
inputs.c-garnet.nixosModule
./filesystem.nix
./kernel.nix
./networking.nix