viola: upstream

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-03-25 18:48:47 +03:00
parent bcb7f2dcb0
commit 793b14918a
34 changed files with 1320 additions and 326 deletions

9
viola/services/sws.nix Normal file
View file

@ -0,0 +1,9 @@
_: {
services = {
static-web-server = {
enable = true;
listen = "0.0.0.0:8180";
root = "/home/hand7s/site";
};
};
}