reNixos/viola/services/sws.nix
s0me1newithhand7s 793b14918a viola: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-03-25 18:48:47 +03:00

9 lines
146 B
Nix

_: {
services = {
static-web-server = {
enable = true;
listen = "0.0.0.0:8180";
root = "/home/hand7s/site";
};
};
}