Compare commits
2 commits
ef490d82f7
...
4ab35c6f51
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ab35c6f51 | |||
| 1295d3f916 |
2 changed files with 10 additions and 2 deletions
|
|
@ -44,7 +44,13 @@
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
listenAddresses = [ "10.0.0.1" "[fd0d::1]" "100.67.1.1" ];
|
extraConfig = ''
|
||||||
|
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 @@
|
||||||
{ lib, modules, modulesPath, ... }: {
|
{ inputs, 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,6 +22,8 @@
|
||||||
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