mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
feat(bomba): move from docker to native services
This commit is contained in:
@@ -29,9 +29,10 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
# Required to change nextcloud port
|
||||
nginx.virtualHosts."${config.services.nextcloud.hostName}".listen = [
|
||||
{
|
||||
addr = "172.18.0.1";
|
||||
addr = "127.0.0.1";
|
||||
port = 8004;
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user