this repo has no description
2
fork

Configure Feed

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

fix dhyan!!!

+3 -2
+3 -2
hosts/profiles/dhyan/default.nix
··· 16 16 ]; 17 17 startAt = "*08:00:00"; 18 18 script = '' 19 - cd /home/anish/usr/dhyan 20 19 source .envrc 21 20 bb -m dhyan.main 22 21 ''; 23 22 serviceConfig = { 24 23 User = "anish"; 24 + WorkingDirectory = "/home/anish/usr/dhyan"; 25 + Environment = "/home/anish/usr/.envrc"; 25 26 }; 26 27 }; 27 28 systemd.timers.dhyan = { 28 29 wantedBy = [ "timers.target" ]; 29 - partOf = [ "kitaab-sync.service" ]; 30 + partOf = [ "dhyan.service" ]; 30 31 timerConfig.OnCalendar = [ "08:00:00" ]; 31 32 }; 32 33 }