viola: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
bcb7f2dcb0
commit
793b14918a
34 changed files with 1320 additions and 326 deletions
9
viola/services/sws.nix
Normal file
9
viola/services/sws.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
_: {
|
||||
services = {
|
||||
static-web-server = {
|
||||
enable = true;
|
||||
listen = "0.0.0.0:8180";
|
||||
root = "/home/hand7s/site";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue