--wip-- [skip ci]
This commit is contained in:
parent
5ed8c20878
commit
d31c2da2e9
2 changed files with 6 additions and 6 deletions
|
|
@ -204,6 +204,7 @@
|
|||
})
|
||||
|
||||
./nixos_modules/garage.nix
|
||||
./nixos_modules/nextcloud.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -221,7 +222,6 @@
|
|||
{ home-manager.users.bertof = import ./baldur/hm.nix; }
|
||||
|
||||
./nixos_modules/garage.nix
|
||||
./nixos_modules/nextcloud.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -5,16 +5,16 @@
|
|||
nextcloud_bucket_secret = { file = ../secrets/nextcloud_bucket_secret.age; owner = "nextcloud"; };
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
# services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
# enableACME = true;
|
||||
# forceSSL = true;
|
||||
# };
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.unstable_pkgs.nextcloud26;
|
||||
|
||||
hostName = "my-nextcloud.bertof.net";
|
||||
hostName = "freya.local";
|
||||
maxUploadSize = "32G";
|
||||
config.adminpassFile = config.age.secrets.nextcloud_admin_secret.path;
|
||||
config.objectstore.s3 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue