From 4b3a5a47783600a8e968e15a42de5cfaf944a2d8 Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 15 Sep 2023 19:36:23 +0200 Subject: [PATCH 1/2] KeepassXC: move comment to right place --- roles/desktop/programs/keepassxc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/desktop/programs/keepassxc.nix b/roles/desktop/programs/keepassxc.nix index 2bff9ed..00b90e6 100644 --- a/roles/desktop/programs/keepassxc.nix +++ b/roles/desktop/programs/keepassxc.nix @@ -2,10 +2,10 @@ let kpxcSettings = lib.generators.toINI {} { - # Not sure what changing this does, I'll leave it alone General = { + # Not sure what changing this does, I'll leave it alone ConfigVersion = 2; - MinimizeAfterUnlock = true; + MinimizeAfterUnlock = true; }; GUI = { ApplicationTheme = "classic"; From 3e6ab74cb40aef84aa9f43e06bb0f08752c47d56 Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 15 Sep 2023 19:36:47 +0200 Subject: [PATCH 2/2] KeepassXC: change settings --- roles/desktop/programs/keepassxc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/desktop/programs/keepassxc.nix b/roles/desktop/programs/keepassxc.nix index 00b90e6..22858fc 100644 --- a/roles/desktop/programs/keepassxc.nix +++ b/roles/desktop/programs/keepassxc.nix @@ -6,6 +6,7 @@ let # Not sure what changing this does, I'll leave it alone ConfigVersion = 2; MinimizeAfterUnlock = true; + AutoSaveAfterEveryChange = false; }; GUI = { ApplicationTheme = "classic"; @@ -18,6 +19,7 @@ let # monochrome-light, monochrome-dark or colorful TrayIconAppearance = "monochrome-light"; }; + Security.HideNotes = true; SSHAgent.Enabled = true; }; in