Removed radicale bc is now hosted on Cloudhaus
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./dns.nix
|
./dns.nix
|
||||||
./radicale.nix
|
|
||||||
./glance.nix
|
./glance.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
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