chore(continuwuity): Switch to new upstream module
This commit is contained in:
parent
4667044ea5
commit
3011625e51
4 changed files with 16 additions and 21 deletions
|
|
@ -80,7 +80,7 @@
|
|||
inherit mountOptions;
|
||||
mountpoint = "/var";
|
||||
};
|
||||
"/volume/var/lib/private/matrix-conduit" = {
|
||||
"/volume/var/lib/private/continuwuity" = {
|
||||
mountOptions = [
|
||||
# Explicitly don't compress here, since
|
||||
# conduwuit's database does compression by
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
# if btrfs compresses it)
|
||||
"noatime"
|
||||
];
|
||||
mountpoint = "/var/lib/private/matrix-conduit";
|
||||
mountpoint = "/var/lib/private/continuwuity";
|
||||
};
|
||||
"/volume/nix-store" = {
|
||||
inherit mountOptions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue