updates
This commit is contained in:
parent
a1874a4daf
commit
ffb4f78b63
18 changed files with 563 additions and 150 deletions
|
|
@ -15,6 +15,10 @@
|
|||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
SSH_AUTH_SOCK = "/run/user/1000/gnupg/S.gpg-agent.ssh";
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue