Disable passSecretService, re-enable kwallet

This commit is contained in:
Evie Litherland-Smith 2024-09-29 11:31:35 +01:00
parent 1ec38f94c8
commit 9421a6ddab
3 changed files with 2 additions and 6 deletions

View file

@ -185,7 +185,6 @@
};
};
services = {
passSecretService.enable = true;
upower.enable = true;
power-profiles-daemon.enable = true;
system76-scheduler = {

View file

@ -265,10 +265,7 @@
configFile = {
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
kwalletrc."org.freedesktop.secrets" = {
Enabled = false;
apiEnabled = false;
};
kwalletrc."org.freedesktop.secrets".apiEnabled = false;
kcminputrc.Keyboard.NumLock = 1;
plasmanotifyrc = {
Notifications = {

View file

@ -1,5 +1,5 @@
URL="dav.xenia.me.uk"
secret-tool lookup url "$URL" >/dev/null || (
echo "Setup calendar password"
secret-tool store --label="Calendar vdirsyncer" url "$URL"
secret-tool store --label="Personal calendar vdirsyncer" url "$URL"
)