fixup! atticd wip
This commit is contained in:
parent
28ef202265
commit
cbef2dbf97
@ -11,9 +11,11 @@
|
|||||||
boot.zfs.extraPools = [ "Meconium" ]; # import on boot
|
boot.zfs.extraPools = [ "Meconium" ]; # import on boot
|
||||||
|
|
||||||
# attic
|
# attic
|
||||||
|
services.atticd.settings = {
|
||||||
database.url = "sqlite:///mnt/meconium/blob/attic/server.db?mode=rwc";
|
database.url = "sqlite:///mnt/meconium/blob/attic/server.db?mode=rwc";
|
||||||
storage.type = "local";
|
storage.type = "local";
|
||||||
storage.path = "/mnt/meconium/blob/attic/storage";
|
storage.path = "/mnt/meconium/blob/attic/storage";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user