mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Disable ssh-client
This commit is contained in:
parent
1dca7aa6f4
commit
77896c5c06
3 changed files with 0 additions and 16 deletions
|
|
@ -4,7 +4,6 @@
|
|||
./theme.nix
|
||||
./vscode.nix
|
||||
./shell
|
||||
./ssh-client.nix
|
||||
./git.nix
|
||||
./equalizer
|
||||
./sops.nix
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options.myConfig.ssh-client.enable = lib.mkEnableOption "";
|
||||
|
||||
config = lib.mkIf config.myConfig.ssh-client.enable {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
||||
addKeysToAgent = "confirm";
|
||||
};
|
||||
|
||||
services.ssh-agent.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -8,7 +8,6 @@
|
|||
myConfig = {
|
||||
de.hyprland.enable = true;
|
||||
shell.zsh.enable = true;
|
||||
ssh-client.enable = true;
|
||||
git.enable = true;
|
||||
vscode.enable = true;
|
||||
equalizer.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue