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 = { services = {
passSecretService.enable = true;
upower.enable = true; upower.enable = true;
power-profiles-daemon.enable = true; power-profiles-daemon.enable = true;
system76-scheduler = { system76-scheduler = {

View file

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

View file

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