Adding a duplicati launchd service for macOS

master
Dustin Swan 2 years ago
parent 66e34ee8c4
commit b393ed134b
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -16,5 +16,15 @@
# text = ''Library'';
# };
launchd.agents.duplicati = {
enable = true;
config = {
ProgramArguments = [ "/Users/dustinswan/.nix-profile/bin/duplicati-server" ];
RunAtLoad = true;
LaunchOnlyOnce = true;
KeepAlive = true;
};
};
imports = [ ./home-cli.nix ./home-gui.nix ./home-mail.nix ];
}

Loading…
Cancel
Save