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

Binary file not shown.

View File

@@ -193,6 +193,17 @@
}; };
networking.hostName = "server-vm"; # Define your hostname. 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 = { #services.murmur = {
# enable = true; # enable = true;
# openFirewall = true; # openFirewall = true;

View File

@@ -22,9 +22,7 @@
initialPassword = "cooltemporarypw"; initialPassword = "cooltemporarypw";
extraGroups = [ extraGroups = [
"networkmanager" "networkmanager"
"wheel"
"docker" "docker"
"wireshark"
]; ];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
config.mainUser.sshKey config.mainUser.sshKey