Enabled SSH-Agent in System Configuration
Some checks failed
/ Check NixOS Configuration (push) Has been cancelled
Some checks failed
/ Check NixOS Configuration (push) Has been cancelled
This commit is contained in:
parent
b4d82ccb9c
commit
4b1aa15e35
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
||||||
# services.xserver.displayManager.autoLogin.user = "kb";
|
# services.xserver.displayManager.autoLogin.user = "kb";
|
||||||
|
|
||||||
# services.gpg-agent.enable = true;
|
# services.gpg-agent.enable = true;
|
||||||
|
programs.ssh.startAgent = true;
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run: $ nix search wget
|
# List packages installed in system profile. To search, run: $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Reference in a new issue