mail: Mount datasets on marabethia
All checks were successful
Cachix / build (elendel) (push) Successful in 1m14s
Cachix / build (kholinar) (push) Successful in 2m13s
Cachix / build (lasting-integrity) (push) Successful in 1m16s
Cachix / build (marabethia) (push) Successful in 1m9s
Cachix / build (urithiru) (push) Successful in 1m23s
All checks were successful
Cachix / build (elendel) (push) Successful in 1m14s
Cachix / build (kholinar) (push) Successful in 2m13s
Cachix / build (lasting-integrity) (push) Successful in 1m16s
Cachix / build (marabethia) (push) Successful in 1m9s
Cachix / build (urithiru) (push) Successful in 1m23s
This commit is contained in:
parent
d952b92888
commit
2c70c4a162
1 changed files with 12 additions and 0 deletions
|
@ -57,10 +57,18 @@
|
|||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
"/var/dkim" = {
|
||||
device = "zroot/safe/services/dkim";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/forgejo" = {
|
||||
device = "zroot/safe/services/forgejo";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/vmail" = {
|
||||
device = "zroot/safe/services/mail";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/nextcloud" = {
|
||||
device = "zroot/safe/services/nextcloud";
|
||||
fsType = "zfs";
|
||||
|
@ -69,6 +77,10 @@
|
|||
device = "zroot/safe/services/postgresql";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/sieve" = {
|
||||
device = "zroot/safe/services/sieve";
|
||||
fsType = "zfs";
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
|
|
Loading…
Add table
Reference in a new issue