mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
kopia dns
This commit is contained in:
parent
e0403cdeb0
commit
fd89bc6da6
1 changed files with 5 additions and 1 deletions
|
|
@ -277,7 +277,11 @@
|
|||
Type = "oneshot";
|
||||
User = "root"; # Run as root to access all files and Kopia config
|
||||
ExecStart = "/usr/local/bin/nixos-kopia-backup.sh";
|
||||
DNS = "8.8.8.8 9.9.9.9 1.1.1.1";
|
||||
path = with pkgs; [
|
||||
coreutils # Provides basic tools like `sh`, `cat`, etc.
|
||||
kopia # The kopia binary itself
|
||||
];
|
||||
]
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue