mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
First ssh agent try
This commit is contained in:
parent
7eac7a0f98
commit
09bd215e5f
@ -62,7 +62,5 @@
|
|||||||
name = "Alexandre";
|
name = "Alexandre";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};:
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,5 +7,6 @@
|
|||||||
../../modules/nixos/gamming/nvidia.nix # Nvidia (Drivers and Settings)
|
../../modules/nixos/gamming/nvidia.nix # Nvidia (Drivers and Settings)
|
||||||
../../modules/nixos/gamming/steam.nix # For Steam/Proton/Lutris/MangoHUD/Heroic/Bottles
|
../../modules/nixos/gamming/steam.nix # For Steam/Proton/Lutris/MangoHUD/Heroic/Bottles
|
||||||
../../modules/common/spotify.nix # Spotify/Spicetify
|
../../modules/common/spotify.nix # Spotify/Spicetify
|
||||||
|
../../modules/common/ssh.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
8
modules/common/ssh.nix
Normal file
8
modules/common/ssh.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
# The OpenSSH agent
|
||||||
|
service.ssh-agent = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user