@jaspermayone.com's dotfiles

dippet: fix forks-sync log path permissions

+2 -2
+2 -2
hosts/dippet/default.nix
··· 64 64 ''; 65 65 serviceConfig = { 66 66 StartInterval = 3600; # Every hour 67 - StandardOutPath = "/var/log/forks-sync.log"; 68 - StandardErrorPath = "/var/log/forks-sync.log"; 67 + StandardOutPath = "/Users/jsp/Library/Logs/forks-sync.log"; 68 + StandardErrorPath = "/Users/jsp/Library/Logs/forks-sync.log"; 69 69 UserName = "jsp"; 70 70 GroupName = "staff"; 71 71 EnvironmentVariables = {