diff options
author | sefidel <contact@sefidel.net> | 2023-02-02 02:38:17 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-02 02:38:51 +0900 |
commit | 1e871d1b2ae79a2aa37d0dbb9db72bf14b379036 (patch) | |
tree | e03df1aab721e3bd93ed2a4b18af5feeb761fdc6 /nixos | |
parent | 1267d795c02071e34d87d6f970967f23ddbfdb2e (diff) | |
download | nixrc-1e871d1b2ae79a2aa37d0dbb9db72bf14b379036.tar.gz nixrc-1e871d1b2ae79a2aa37d0dbb9db72bf14b379036.zip |
feat(profiles/messaging): init 'sef'
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index fffd4f0..a3d8b9d 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -205,8 +205,6 @@ sway.enable = true; sway.extraPackages = lib.mkForce [ ]; - ssh.startAgent = true; - zsh.enable = true; zsh.enableCompletion = false; }; |