some changes to radicale; remove stylix mention for root user
This commit is contained in:
parent
ab9314be6d
commit
d93eca8d09
3 changed files with 2 additions and 8 deletions
|
|
@ -67,8 +67,8 @@ in
|
|||
settings = {
|
||||
server = {
|
||||
hosts = [
|
||||
"127.0.0.1:5232"
|
||||
"[::]:5232"
|
||||
"127.0.0.1:${ports.radicale}"
|
||||
"[::]:${ports.radicale}"
|
||||
];
|
||||
};
|
||||
auth = {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,5 @@
|
|||
{
|
||||
imports = [
|
||||
./programs.nix
|
||||
./stylix.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
stylix.targets = {
|
||||
blender.enable = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue