feat: update flake.lock

fix: issues introduced by the update
chore: --use-remote-sudo is deprecated, use --sudo instead
This commit is contained in:
Ryan Yin
2025-06-23 13:02:49 +08:00
parent 4ec26c5e5f
commit 9aa0ff80ae
4 changed files with 51 additions and 46 deletions

View File

@@ -35,10 +35,6 @@
};
programs = {
# The OpenSSH agent remembers private keys for you
# so that you dont 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;

View File

@@ -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 dont 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