diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5f269e2..34c807f 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -27,16 +27,6 @@ cifs-utils ]; - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; - - # List services that you want to enable: - # Enable the OpenSSH daemon. services.openssh.enable = true;