summary refs log tree commit diff
path: root/hosts/laptop/cfg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/laptop/cfg.nix')
-rw-r--r--hosts/laptop/cfg.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix
index 2f9ec01..28b062d 100644
--- a/hosts/laptop/cfg.nix
+++ b/hosts/laptop/cfg.nix
@@ -81,21 +81,6 @@
     networking.networkmanager.enable = true;
     environment.persistence."/nix/persist".directories = ["/etc/NetworkManager/system-connections"];
 
-    # networking = {
-    #   networkmanager.unmanaged = ["wlp1s0"];
-    #   interfaces.wlp1s0.useDHCP = lib.mkDefault true;
-    #   wireless = {
-    #     enable = true;
-    #     userControlled.enable = true;
-    #     networks = {
-    #       home = {
-    #         hidden = true;
-    #         pskRaw = "7bb8bcec7c13f500df1a63928785c98e8fd27bf1fea94f625cfed0ecf2cc5247";
-    #       };
-    #     };
-    #   };
-    # };
-
     nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
     powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
     hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;