Adding a duplicati launchd service for macOS
This commit is contained in:
parent
66e34ee8c4
commit
b393ed134b
1 changed files with 10 additions and 0 deletions
10
home-mac.nix
10
home-mac.nix
|
|
@ -16,5 +16,15 @@
|
||||||
# text = ''Library'';
|
# 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 ];
|
imports = [ ./home-cli.nix ./home-gui.nix ./home-mail.nix ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue