Compare commits

..

1 Commits

Author SHA1 Message Date
h7x4
716f9bed77 base/roowho2: init 2026-01-06 01:49:53 +09:00
2 changed files with 6 additions and 14 deletions

View File

@@ -1,12 +1,4 @@
{ lib, values, ... }: { ... }:
{ {
services.roowho2.enable = lib.mkDefault true; services.roowho2.enable = true;
systemd.sockets.roowho2-rwhod.socketConfig = {
IPAddressDeny = "any";
IPAddressAllow = [
"127.0.0.1"
values.ipv4-space
];
};
} }

8
flake.lock generated
View File

@@ -393,11 +393,11 @@
"rust-overlay": "rust-overlay_3" "rust-overlay": "rust-overlay_3"
}, },
"locked": { "locked": {
"lastModified": 1767669800, "lastModified": 1767631532,
"narHash": "sha256-b1r1VSDBTRuxYHZVV4his8KhafAqNcWlAZBLOX1UORg=", "narHash": "sha256-cDUHAGjfkH3G/lxXhfEzHOZrt8JDSGOGa2M25jJtrMg=",
"ref": "main", "ref": "main",
"rev": "369d37513c85855751f406191fbd493a2461f072", "rev": "fa789c43a667f50c14fa8238c51af5bcd7ab5aa7",
"revCount": 33, "revCount": 26,
"type": "git", "type": "git",
"url": "https://git.pvv.ntnu.no/Projects/roowho2.git" "url": "https://git.pvv.ntnu.no/Projects/roowho2.git"
}, },