Added laptop
This commit is contained in:
parent
fbd8f1fc96
commit
f8bfb3cb69
5 changed files with 47 additions and 42 deletions
|
@ -94,6 +94,7 @@ in
|
|||
|
||||
wallpaper = [
|
||||
"DP-1,/home/fw/nix/wallpapers/blue.png"
|
||||
"eDP-1,/home/fw/nix/wallpapers/blue.png"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
};
|
||||
services.radicale = {
|
||||
enable = true;
|
||||
settings.server.hosts = [ "0.0.0.0:5232" ];
|
||||
settings = {
|
||||
auth.type = "none";
|
||||
server.hosts = [ "0.0.0.0:5232" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue