-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
services update, gnome-keyring works with this
- Loading branch information
1 parent
4211201
commit d31c1da
Showing
6 changed files
with
73 additions
and
121 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# GNOME Keyring for storing/encrypting sycrets | ||
# apps like vscode stores encrypted data using it | ||
{pkgs, ...}: { | ||
{...}: { | ||
services.gnome.gnome-keyring.enable = true; | ||
security.pam.services.login.enableGnomeKeyring = true; # load gnome-keyring at startup | ||
security.pam.services.gdm-password.enableGnomeKeyring = true; # load gnome-keyring at startup | ||
programs.seahorse.enable = true; # enable the graphical frontend for managing | ||
} |