change disks paths
This commit is contained in:
parent
4050b28ee3
commit
e187cecb79
12 changed files with 24 additions and 23 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ homelab, ... }: {
|
||||
services.pocket-id = {
|
||||
enable = true;
|
||||
credentials.ENCRYPTION_KEY = "/mnt/data/pocketid/encryption-key";
|
||||
dataDir = "/mnt/data/pocketid/data";
|
||||
credentials.ENCRYPTION_KEY = "/mnt/data/apps/pocketid/encryption-key";
|
||||
dataDir = "/mnt/data/apps/pocketid/data";
|
||||
settings = {
|
||||
PORT = "1411";
|
||||
HOST = "127.0.0.1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue