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.

Fix descriptions for user and group options

authored by

rfuwa and committed by
GitHub
c46f049a 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";