miku: Add etesync-dav
This commit is contained in:
parent
215986cac7
commit
fc46741249
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user