nextcloud: Move to marabethia
All checks were successful
Cachix / build (elendel) (push) Successful in 1m16s
Cachix / build (kholinar) (push) Successful in 2m1s
Cachix / build (lasting-integrity) (push) Successful in 1m22s
Cachix / build (marabethia) (push) Successful in 1m15s
Cachix / build (urithiru) (push) Successful in 1m21s
All checks were successful
Cachix / build (elendel) (push) Successful in 1m16s
Cachix / build (kholinar) (push) Successful in 2m1s
Cachix / build (lasting-integrity) (push) Successful in 1m22s
Cachix / build (marabethia) (push) Successful in 1m15s
Cachix / build (urithiru) (push) Successful in 1m21s
This commit is contained in:
parent
2fe605efef
commit
866cc28f30
58 changed files with 146 additions and 177 deletions
|
@ -42,12 +42,6 @@
|
|||
fast = true;
|
||||
location = "192.168.0.1";
|
||||
}
|
||||
{
|
||||
path = "zdata/big-apps/nextcloud";
|
||||
remotePath = "zdata/recv/lasting-integrity/big-apps/nextcloud";
|
||||
fast = true;
|
||||
location = "192.168.0.1";
|
||||
}
|
||||
];
|
||||
rootDataset = "zroot/local/root";
|
||||
rootPool = "zroot";
|
||||
|
@ -89,13 +83,7 @@
|
|||
}
|
||||
{ fqdn = "www.vanpetegem.me"; }
|
||||
];
|
||||
nextcloud.enable = true;
|
||||
};
|
||||
};
|
||||
programs.msmtp.enable = false;
|
||||
services.znapzend.zetup."zdata/big-apps/nextcloud".destinations."marabethia.vanpetegem.me" = {
|
||||
plan = "1day=>1hour,1week=>1day,4week=>1week,1year=>1month,10year=>6month";
|
||||
host = "marabethia.vanpetegem.me";
|
||||
dataset = "zroot/safe/services/nextcloud";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
};
|
||||
services = {
|
||||
git.enable = true;
|
||||
nextcloud.enable = true;
|
||||
nginx.hosts = [
|
||||
{
|
||||
fqdn = "cvpetegem.be";
|
||||
|
|
|
@ -61,6 +61,10 @@
|
|||
device = "zroot/safe/services/forgejo";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/nextcloud" = {
|
||||
device = "zroot/safe/services/nextcloud";
|
||||
fsType = "zfs";
|
||||
};
|
||||
"/var/lib/postgresql" = {
|
||||
device = "zroot/safe/services/postgresql";
|
||||
fsType = "zfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue