hosts/legion/nas: fix restic
This commit is contained in:
parent
beb3752cbc
commit
c4d04b9e0f
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
services.restic.server = {
|
||||
enable = true;
|
||||
dataDir = "/media/restic";
|
||||
extraFlags = [ "--no-auth" ];
|
||||
};
|
||||
|
||||
users.users = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue