this repo has no description
2
fork

Configure Feed

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

remove muneem because we can't deploy it

+3 -3
+1 -1
flake.nix
··· 150 150 base = [ core users.root users.anish ]; 151 151 sealight = [ base server metrics gitea rss-bridge mount-mossnet ]; 152 152 lituus = [ base server metrics sealight-website matrix wireguard-server ]; 153 - mossnet = [ base server taskd shaarli dns monitoring nfs gonic headphones radicale seafile syncthing dhyan calibre wallabag finance muneem ]; # hpi sync.music 153 + mossnet = [ base server taskd shaarli dns monitoring nfs gonic headphones radicale seafile syncthing dhyan calibre wallabag finance ]; # hpi sync.music muneem 154 154 cube = [ base site server ]; 155 155 graphical = [ base bluetooth music sync.kitaab sync.website sync.cal wifi desktop mimetypes ]; 156 156 curve = [ graphical secrets syncthing ];
+2 -2
profiles/muneem/default.nix
··· 17 17 chromedriver 18 18 chromium 19 19 ]; 20 - startAt = "Thu *03:00:00"; 20 + startAt = "Thu 03:00:00"; 21 21 script = '' 22 22 cd /home/anish/usr/muneem 23 23 source .envrc ··· 30 30 systemd.timers.muneem = { 31 31 wantedBy = [ "timers.target" ]; 32 32 partOf = [ "muneem.service" ]; 33 - timerConfig.OnCalendar = [ "Thu *03:00:00" ]; 33 + timerConfig.OnCalendar = [ "Thu 03:00:00" ]; 34 34 }; 35 35 }