this repo has no description
1
fork

Configure Feed

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

Fix me not reading

Ben C ca11fd7e 876fe293

+1 -1
+1 -1
nixosModules/cocoon.nix
··· 130 130 conf.adminPassPath 131 131 conf.sessionSecretPath 132 132 ]; 133 - settings = lib.mapAttrsToList (k: v: "COCOON_${k}=${v}") { 133 + settings = lib.mapAttrs' (k: v: lib.nameValuePair "COCOON_${k}" v) { 134 134 JWK_PATH = conf.jwkPath; 135 135 ROTATION_KEY_PATH = conf.rotationPath; 136 136