diff options
Diffstat (limited to 'modules/nixos/personal/user.nix')
| -rw-r--r-- | modules/nixos/personal/user.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/nixos/personal/user.nix b/modules/nixos/personal/user.nix index ea0ce8c..630144a 100644 --- a/modules/nixos/personal/user.nix +++ b/modules/nixos/personal/user.nix @@ -32,6 +32,14 @@ in ]; }; + services.openssh.extraConfig = '' + Match user ${cfg.name} + AllowAgentForwarding yes + AllowTcpForwarding yes + PermitTTY yes + PermitUserRC yes + ''; + assertions = let missingArgAssertion = name: { |
