this repo has no description
1
fork

Configure Feed

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

Remove dev on black mesa for realsies

Ben C 81471757 cde5a03c

+2 -1
+1
nixosConfigurations/black-mesa.nix
··· 49 49 50 50 home-manager.users.bean.cow = { 51 51 sync.enable = true; 52 + dev.enable = false; 52 53 }; 53 54 54 55 cow = {
+1 -1
nixosModules/tranquil.nix
··· 24 24 conf = config.cow.tranquil; 25 25 in 26 26 lib.mkIf conf.enable { 27 - cow.imperm.keep = [config.services.tranquil-pds.dataDir]; 27 + cow.imperm.keep = [config.services.tranquil-pds.dataDir "/var/lib/postgresql"]; 28 28 29 29 services.tranquil-pds = { 30 30 enable = true;