A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #283 from ryotafuwa-dev/patch-1

Fix a typo

authored by

Zhaofeng Li and committed by
GitHub
7c5d79ad 2524dd1c

+2 -2
+2 -2
nixos/atticd.nix
··· 97 97 98 98 user = lib.mkOption { 99 99 description = '' 100 - The group under which attic runs. 100 + The user under which attic runs. 101 101 ''; 102 102 type = types.str; 103 103 default = "atticd"; ··· 105 105 106 106 group = lib.mkOption { 107 107 description = '' 108 - The user under which attic runs. 108 + The group under which attic runs. 109 109 ''; 110 110 type = types.str; 111 111 default = "atticd";