Integrated box host
This commit is contained in:
16
hosts/box/radicale.nix
Normal file
16
hosts/box/radicale.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
services.radicale = {
|
||||
enable = true;
|
||||
settings.server.hosts = ["192.168.0.101:5232"];
|
||||
settings.auth.type = "htpasswd";
|
||||
#settings.auth.htpasswd_filename = "/home/boxuser/radicale/config/users";
|
||||
settings.auth.htpasswd_encryption = "plain";
|
||||
#settings.storage.filesystem_folder = "/home/boxuser/radicale/data/collections";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user