some changes to radicale; remove stylix mention for root user

This commit is contained in:
William 2025-07-02 16:26:15 -03:00
parent ab9314be6d
commit d93eca8d09
3 changed files with 2 additions and 8 deletions

View file

@ -67,8 +67,8 @@ in
settings = {
server = {
hosts = [
"127.0.0.1:5232"
"[::]:5232"
"127.0.0.1:${ports.radicale}"
"[::]:${ports.radicale}"
];
};
auth = {

View file

@ -3,6 +3,5 @@
{
imports = [
./programs.nix
./stylix.nix
];
}

View file

@ -1,5 +0,0 @@
{
stylix.targets = {
blender.enable = false;
};
}