Added old pi files
This commit is contained in:
12
old-pi-nixos/radicale.nix
Normal file
12
old-pi-nixos/radicale.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{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