Compare commits
No commits in common. "4ab35c6f51a147de6da219d5fa46b27cfd1f5bb5" and "ef490d82f72ff1f3f2718a2297ae965f23e25fcd" have entirely different histories.
4ab35c6f51
...
ef490d82f7
2 changed files with 2 additions and 10 deletions
|
|
@ -44,13 +44,7 @@
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
listenAddresses = [ "10.0.0.1" "[fd0d::1]" "100.67.1.1" ];
|
||||||
allow 10.0.0.0/8;
|
|
||||||
allow 100.0.0.0/8;
|
|
||||||
allow 192.168.1.0/24;
|
|
||||||
allow fd0d::/8;
|
|
||||||
deny all;
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, modules, modulesPath, ... }: {
|
{ lib, modules, modulesPath, ... }: {
|
||||||
networking.hostName = "alyssum";
|
networking.hostName = "alyssum";
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
time.timeZone = "Australia/Melbourne";
|
time.timeZone = "Australia/Melbourne";
|
||||||
|
|
@ -22,8 +22,6 @@
|
||||||
security
|
security
|
||||||
tailscale
|
tailscale
|
||||||
|
|
||||||
inputs.c-garnet.nixosModule
|
|
||||||
|
|
||||||
./filesystem.nix
|
./filesystem.nix
|
||||||
./kernel.nix
|
./kernel.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue