add gnome keyring support
needed for feishin to remember navidrome password
This commit is contained in:
parent
d6b696b6ea
commit
19320367f9
3 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
secrets.nixdesk
|
||||
|
||||
core.security
|
||||
core.keyring
|
||||
core.users
|
||||
core.ssh
|
||||
core.locale
|
||||
|
|
3
sys/profiles/core/keyring.nix
Normal file
3
sys/profiles/core/keyring.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue