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 = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
hosts = [
|
hosts = [
|
||||||
"127.0.0.1:5232"
|
"127.0.0.1:${ports.radicale}"
|
||||||
"[::]:5232"
|
"[::]:${ports.radicale}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
auth = {
|
auth = {
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,5 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./programs.nix
|
./programs.nix
|
||||||
./stylix.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
stylix.targets = {
|
|
||||||
blender.enable = false;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue