mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-01 15:13:09 +02:00
feat: update flake.lock
fix: issues introduced by the update chore: --use-remote-sudo is deprecated, use --sudo instead
This commit is contained in:
@@ -35,10 +35,6 @@
|
||||
};
|
||||
|
||||
programs = {
|
||||
# The OpenSSH agent remembers private keys for you
|
||||
# so that you don’t have to type in passphrases every time you make an SSH connection.
|
||||
# Use `ssh-add` to add a key to the agent.
|
||||
ssh.startAgent = true;
|
||||
# dconf is a low-level configuration system.
|
||||
dconf.enable = true;
|
||||
|
||||
|
||||
@@ -6,7 +6,16 @@
|
||||
# security with polkit
|
||||
security.polkit.enable = true;
|
||||
# security with gnome-kering
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
services.gnome = {
|
||||
gnome-keyring.enable = true;
|
||||
# Use gnome keyring's SSH Agent
|
||||
# https://wiki.gnome.org/Projects/GnomeKeyring/Ssh
|
||||
gcr-ssh-agent.enable = false;
|
||||
};
|
||||
# The OpenSSH agent remembers private keys for you
|
||||
# so that you don’t have to type in passphrases every time you make an SSH connection.
|
||||
# Use `ssh-add` to add a key to the agent.
|
||||
programs.ssh.startAgent = true;
|
||||
security.pam.services.greetd.enableGnomeKeyring = true;
|
||||
|
||||
# gpg agent with pinentry
|
||||
|
||||
Reference in New Issue
Block a user