diff options
author | Leonardo Santiago <[email protected]> | 2025-07-20 17:37:15 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-07-20 17:37:15 -0300 |
commit | 9317f9ed34d73c89f9648d5291f021b1dd60aa57 (patch) | |
tree | 24a5e8bbf0c347c5ee4fe3083e0a07526e14bdc0 /modules/default-user.nix | |
parent | 459f9cb9d2bec30d0da275673f3098d5725de3fb (diff) |
chore: add beeper, typst mode
Diffstat (limited to 'modules/default-user.nix')
-rw-r--r-- | modules/default-user.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/default-user.nix b/modules/default-user.nix index 5ab512d..8f8ee6b 100644 --- a/modules/default-user.nix +++ b/modules/default-user.nix @@ -19,7 +19,6 @@ in { description = "leonardo"; extraGroups = [ "networkmanager" "wheel" ]; }; - programs.ssh.startAgent = true; services.openssh = { enable = true; settings = { |