summaryrefslogtreecommitdiff
path: root/Biz/Users.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-04-02 21:33:45 -0400
committerBen Sima <ben@bsima.me>2021-04-02 21:33:45 -0400
commit574da8a4d081d19fd7b8447dc616d43786ef5f51 (patch)
tree2b30115e704dd1979b4f0acc45e2f32b2487a626 /Biz/Users.nix
parent2444dbaa079902f243744c0861d33cab9d1e5c4f (diff)
Get my static site working again
Diffstat (limited to 'Biz/Users.nix')
-rw-r--r--Biz/Users.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/Biz/Users.nix b/Biz/Users.nix
index e0e2d94..879e576 100644
--- a/Biz/Users.nix
+++ b/Biz/Users.nix
@@ -7,6 +7,10 @@ let
(lib.filter (s: s != ""))
];
in {
+ users.groups = {
+ # group for publishing web data
+ "www-data" = {};
+ };
users.motd = ''
welcome to the simatime network!