From 747ee75ecd6a10961bc076cdd1bb697df7bf2de0 Mon Sep 17 00:00:00 2001 From: roxwize Date: Fri, 7 Mar 2025 23:14:17 -0500 Subject: [PATCH] ~ --- nixos/hosts/near/configuration.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/nixos/hosts/near/configuration.nix b/nixos/hosts/near/configuration.nix index 29f1a84..4a4bbc1 100644 --- a/nixos/hosts/near/configuration.nix +++ b/nixos/hosts/near/configuration.nix @@ -20,20 +20,6 @@ listenPortHTTP = 8081; listenPortHTTPS = 8443; }; - raspap = { - enable = true; - ssid = "near"; - password = "RjkVTYUZE08HN"; #! world readable - country = "US"; - - listenPort = 8082; - openFirewall = true; - webgui = { - username = "rae"; - password = "EBjrJutn06C"; #! world readable - listenPort = 8080; - }; - }; }; networking = {