this repo has no description
2
fork

Configure Feed

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

comments

+7 -4
+2 -1
profiles/dns/default.nix
··· 8 8 local=/moss/ 9 9 cache-size=5000 10 10 addn-hosts=/etc/adblock.hosts 11 - ''; # find a way to make adblock hosts reproducible and updateable 11 + ''; # TODO find a way to make adblock hosts reproducible and updateable 12 12 services.dnsmasq.servers = [ "45.90.30.49" "45.90.28.49" "1.1.1.1" "8.8.8.8" ]; 13 + # TODO use this list in mossnet-hosts 13 14 networking.hosts = { 14 15 "192.168.1.240" = [ 15 16 "mossnet.lan"
+2
profiles/syncthing/default.nix
··· 9 9 configDir = "/home/anish/.config/syncthing"; 10 10 }; 11 11 12 + # TODO reproducible shares? 13 + 12 14 networking.firewall.allowedTCPPorts = [ 8384 22000 ]; 13 15 networking.firewall.allowedUDPPorts = [ 22000 21027 ]; 14 16 }
+3 -3
users/profiles/email/default.nix
··· 5 5 #age.secrets.fastmail.owner = "anish"; 6 6 home.packages = with pkgs; [ 7 7 neomutt 8 + himalaya 8 9 imapfilter 9 10 ]; 10 11 services.mbsync = { ··· 295 296 host = "smtp.fastmail.com"; 296 297 }; 297 298 userName = "anish@lakhwara.com"; 298 - neomutt = { 299 - enable = true; 300 - }; 299 + neomutt.enable = true; 300 + himalaya.enable = true; 301 301 }; 302 302 }; 303 303 }