hosts/TITAN: expose home network to hyprspace

This commit is contained in:
Max Headroom 2022-10-08 12:14:53 +02:00
parent 214aa4b74e
commit 039d25da18

View file

@ -8,6 +8,9 @@ tools: {
id = "QmfJ5Tv2z9jFv9Aocevyn6QqRcfm9eYQZhvYvmAVfACfuM"; id = "QmfJ5Tv2z9jFv9Aocevyn6QqRcfm9eYQZhvYvmAVfACfuM";
addr = "10.100.3.7"; addr = "10.100.3.7";
listenPort = 443; listenPort = 443;
routes = [
"10.0.0.0/24"
];
}; };
nixos = import ./system.nix; nixos = import ./system.nix;