Disable passSecretService, re-enable kwallet
This commit is contained in:
parent
1ec38f94c8
commit
9421a6ddab
|
@ -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 = {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue