stuff
This commit is contained in:
@@ -29,7 +29,7 @@ in
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
containers.nextcloud = {
|
||||
autoStart = true;
|
||||
autoStart = false;
|
||||
privateNetwork = true;
|
||||
hostAddress = hostAddress;
|
||||
localAddress = localAddress;
|
||||
@@ -81,16 +81,16 @@ in
|
||||
${hostAddress} host.containers protonmail-bridge
|
||||
'';
|
||||
|
||||
services.nginx.virtualHosts."cloud.mjallen.dev".listen = [
|
||||
{
|
||||
addr = "0.0.0.0";
|
||||
port = 8080;
|
||||
}
|
||||
];
|
||||
# services.nginx.virtualHosts."cloud.mjallen.dev".listen = [
|
||||
# {
|
||||
# addr = "0.0.0.0";
|
||||
# port = 8080;
|
||||
# }
|
||||
# ];
|
||||
|
||||
services = {
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
package = pkgs.nextcloud32;
|
||||
# datadir = "/data";
|
||||
database.createLocally = true;
|
||||
|
||||
Reference in New Issue
Block a user