mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-01-10 09:28:24 +01:00
Compare commits
1 Commits
4abe86dc07
...
716f9bed77
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
716f9bed77 |
@@ -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
8
flake.lock
generated
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user