summary refs log tree commit diff
path: root/host/Rory-ovh/services/containers/syntest2/root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-ovh/services/containers/syntest2/root.nix')
-rw-r--r--host/Rory-ovh/services/containers/syntest2/root.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/host/Rory-ovh/services/containers/syntest2/root.nix b/host/Rory-ovh/services/containers/syntest2/root.nix
new file mode 100644

index 0000000..0ebce9e --- /dev/null +++ b/host/Rory-ovh/services/containers/syntest2/root.nix
@@ -0,0 +1,16 @@ +{ ... }: + +{ + networking.useHostResolvConf = true; + + networking.hosts = { + "192.168.100.1" = [ + "matrix.rory.gay" + "rory.gay" + ]; + }; + + networking.firewall = { + enable = true; + }; +}