miku: Add etesync-dav

This commit is contained in:
PapaTutuWawa 2021-09-11 20:37:49 +02:00
parent 215986cac7
commit fc46741249

View File

@ -41,7 +41,8 @@ in mkHost config {
superpaper # Custom package superpaper # Custom package
mumble mumble
piper piper
trackma anime-dl trackma
unstable.thunderbird
]; ];
extraOptions = old: { extraOptions = old: {
programs = { programs = {
@ -85,6 +86,10 @@ in mkHost config {
services = { services = {
ratbagd.enable = true; ratbagd.enable = true;
flatpak.enable = true; flatpak.enable = true;
etesync-dav.enable = true;
connman.extraConfig = ''
WriteResolvConf=false
'';
}; };
security = { security = {