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
|
@ -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