disable easyroam service on desktop

This commit is contained in:
Schrottkatze 2025-06-24 17:14:17 +02:00
parent 8bf59c2cef
commit 2afd2f5de1
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

View file

@ -68,6 +68,8 @@
seahorse.enable = true;
};
systemd.services.easyroam.enable = false;
environment.pathsToLink = [
"/share/nix-direnv"
];