diff options
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -211,6 +211,10 @@ in }; programs = { + ssh = { + enable = true; + forwardAgent = true; + }; firefox = { enable = true; |