Skip to content

Commit

Permalink
Remove nixpi wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Vass committed Apr 27, 2024
1 parent b22056a commit d032ba5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nixos/hosts/nixpi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
};
};

networking = {
wireless = {
enable = true;
networks."Bertil & Putte 5Ghz".psk = "@PSK_HOME@";
interfaces = [ "wlan0" ];
environmentFile = config.sops.secrets."network/wireless.env".path;
};
};

environment.systemPackages = with pkgs; [ vim inputs.splitfree.packages.${pkgs.system}.splitfree-backend ];

services = {
Expand Down

0 comments on commit d032ba5

Please sign in to comment.