update radicale

This commit is contained in:
Kopatz
2025-11-29 11:05:08 +01:00
parent 37376e05d4
commit ea7d32ad97
3 changed files with 11 additions and 2 deletions

View File

@@ -193,6 +193,17 @@
};
networking.hostName = "server-vm"; # Define your hostname.
#containers.privnetwork = {
# autoStart = true;
# privateNetwork = true;
# privateUsers = "pick";
# hostAddress = "192.168.100.1";
# localAddress = "192.168.100.2";
# config = { config, pkgs, ... }: {
# services.postgresql.enable = true;
# };
#};
#services.murmur = {
# enable = true;
# openFirewall = true;