diff options
author | tzlil <tzlils@protonmail.com> | 2023-03-12 14:20:05 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-03-12 14:20:05 +0200 |
commit | 453502b30a8ee6c68a4fab076668738141bb5572 (patch) | |
tree | 78e5e38192031535cd13e0eec5106dce6d305e96 /hosts/laptop | |
parent | f93138d51e2350e9e582bf08f8883229a74539be (diff) |
wifi working, still cant ssh to laptop
Diffstat (limited to 'hosts/laptop')
-rw-r--r-- | hosts/laptop/cfg.nix | 15 |
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; |