Adding a duplicati launchd service for macOS

This commit is contained in:
2022-05-28 21:34:39 -04:00
parent 66e34ee8c4
commit b393ed134b

View File

@@ -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 ];
}