From 7ccccfc84c759209ba89388a327fc8711400b5be Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 7 Aug 2023 01:16:11 +0800 Subject: [PATCH] feat: remove duplicate configs --- modules/nixos/core-desktop.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/modules/nixos/core-desktop.nix b/modules/nixos/core-desktop.nix index 227291e1..9f9f3d79 100644 --- a/modules/nixos/core-desktop.nix +++ b/modules/nixos/core-desktop.nix @@ -65,22 +65,6 @@ }; }; - # networking.firewall.allowedTCPPorts = [ ... ]; - # networking.firewall.allowedUDPPorts = [ ... ]; - # Or disable the firewall altogether. - networking.firewall.enable = false; - - # Enable the OpenSSH daemon. - services.openssh = { - enable = true; - settings = { - X11Forwarding = true; - PermitRootLogin = "no"; # disable root login - PasswordAuthentication = false; # disable password login - }; - openFirewall = true; - }; - # PipeWire is a new low-level multimedia framework. # It aims to offer capture and playback for both audio and video with minimal latency. # It support for PulseAudio-, JACK-, ALSA- and GStreamer-based applications.