diff --git a/users/myuser/secrets/user.nix.age b/users/myuser/secrets/user.nix.age index 7bc0bb9..d694b13 100644 Binary files a/users/myuser/secrets/user.nix.age and b/users/myuser/secrets/user.nix.age differ diff --git a/users/myuser/ssh.nix b/users/myuser/ssh.nix index 8f07162..f3cc571 100644 --- a/users/myuser/ssh.nix +++ b/users/myuser/ssh.nix @@ -2,7 +2,7 @@ home.file.".ssh/yubikey.pub".text = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA5Uq+CDy5Pmt3If5M6d8K/Q7HArU6sZ7sgoj3T521Wm"; programs.ssh = { enable = true; - controlMaster = "yes"; + controlMaster = "auto"; inherit (config.userSecrets.ssh) matchBlocks; }; }