this repo has no description
4
fork

Configure Feed

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

guh

+7
+6
modules/cachix/iohk.nix
··· 1 + { 2 + nix.settings = { 3 + trusted-public-keys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ]; 4 + substituters = [ "https://hydra.iohk.io" ]; 5 + }; 6 + }
+1
users/modules/firefox/default.nix
··· 19 19 lockPref("privacy.clearOnShutdown.sessions", false); 20 20 lockPref("privacy.clearOnShutdown.cookies", false); 21 21 lockPref("services.sync.engine.passwords", false); 22 + lockPref("network.cookie.lifetimePolicy", 0); 22 23 ''; 23 24 extraPolicies = { 24 25 CaptivePortal = false;