removing ssh-agent
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
../common/programs/eww
|
||||
../common/programs/kitty.nix
|
||||
../common/features/colorscheme.nix
|
||||
../common/features/ssh-agent.nix
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.ssh.startAgent = true;
|
||||
}
|
||||
@@ -50,6 +50,7 @@ in
|
||||
authorizedKeys = pkgs.fetchurl {
|
||||
url = "https://github.com/naps62.keys";
|
||||
sha256 = "sha256-dP8LjaburPwfIr2jhly9rMwOLJyUkQP7Em5IKH/qXbY=";
|
||||
../common/pr
|
||||
};
|
||||
in
|
||||
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);
|
||||
|
||||
Reference in New Issue
Block a user