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.

nixos: Suppress module in nixpkgs

Zhaofeng Li 6f1ece73 bc6496c2

+2
+2
nixos/atticd.nix
··· 75 75 (lib.mkRenamedOptionModule [ "services" "atticd" "credentialsFile" ] [ "services" "atticd" "environmentFile" ]) 76 76 ]; 77 77 78 + disabledModules = [ "services/networking/atticd.nix" ]; 79 + 78 80 options = { 79 81 services.atticd = { 80 82 enable = lib.mkEnableOption "the atticd, the Nix Binary Cache server";