Disable passSecretService, re-enable kwallet
This commit is contained in:
parent
1ec38f94c8
commit
9421a6ddab
|
@ -185,7 +185,6 @@
|
|||
};
|
||||
};
|
||||
services = {
|
||||
passSecretService.enable = true;
|
||||
upower.enable = true;
|
||||
power-profiles-daemon.enable = true;
|
||||
system76-scheduler = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue