mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
add: ssh agent
This commit is contained in:
parent
f76abc07ce
commit
3ff64bf72c
2 changed files with 3 additions and 2 deletions
|
@ -13,10 +13,11 @@
|
||||||
./programs/nixvim.nix
|
./programs/nixvim.nix
|
||||||
./programs/tmux.nix
|
./programs/tmux.nix
|
||||||
./programs/zsh.nix
|
./programs/zsh.nix
|
||||||
|
./programs/ssh.nix
|
||||||
|
|
||||||
# Import desktop configurations
|
# Import desktop configurations
|
||||||
./desktop/hyprland.nix
|
./desktop/hyprland.nix
|
||||||
# ./desktop/hyprpanel.nix
|
./desktop/hyprpanel.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager needs a bit of information about you and the paths it should manage
|
# Home Manager needs a bit of information about you and the paths it should manage
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
programs = {
|
programs = {
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
startAgent = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.ssh-agent.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue