Rename where data is mounted
This commit is contained in:
parent
7fba05e4e0
commit
2f0e0b0939
3 changed files with 4 additions and 4 deletions
|
@ -244,7 +244,7 @@
|
|||
listenAddress = ":61929";
|
||||
consoleAddress = ":62929";
|
||||
rootCredentialsFile = config.sops.secrets.minio-credentials.path;
|
||||
dataDir = lib.mkForce [ "/mnt/minio/minio" ];
|
||||
dataDir = lib.mkForce [ "/mnt/data/minio" ];
|
||||
};
|
||||
cloud.traefik.hosts.minio = { host = "s3.dtth.ch"; port = 61929; };
|
||||
system.stateVersion = "21.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue