mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
kopia
This commit is contained in:
parent
1231dfa4a5
commit
448e8a79b1
1 changed files with 1 additions and 6 deletions
|
|
@ -33,12 +33,7 @@ in
|
|||
User = "root";
|
||||
EnvironmentFile = secretsFile;
|
||||
ExecStart = ''
|
||||
${pkgs.kopia}/bin/kopia server start \
|
||||
--disable-csrf-token-checks \
|
||||
--address=${listenAddress} \
|
||||
--insecure
|
||||
--tls-cert-file=${tlsCert} \
|
||||
--tls-key-file=${tlsKey}
|
||||
${pkgs.kopia}/bin/kopia server start --disable-csrf-token-checks --address=${listenAddress} --tls-cert-file=${tlsCert} --tls-key-file=${tlsKey}
|
||||
'';
|
||||
Restart = "on-failure";
|
||||
ReadWritePaths = [ dataDir ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue