/sys/machines -> /hosts
This commit is contained in:
parent
2c475dd099
commit
9c9a3d543c
38 changed files with 2 additions and 2 deletions
7
hosts/nixdesk/restic-server.nix
Normal file
7
hosts/nixdesk/restic-server.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.restic.server = {
|
||||
enable = true;
|
||||
dataDir = "/srv/backup";
|
||||
extraFlags = ["--no-auth"];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue