From 8ff77c65e86d5a44374b3d7d6de92b322464759c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 2 May 2025 16:31:03 +0530 Subject: Switch kernel from xanmod to latest --- configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 5598154..ed8faf8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -44,7 +44,6 @@ services.blueman.enable = false; # Enable sound. - # sound.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true; @@ -59,7 +58,7 @@ hostName = "smartfridge"; firewall = { enable = true; - allowedTCPPorts = [ 3000 3001 ]; + allowedTCPPorts = [ 3000 3001 8081 ]; allowedUDPPorts = [ 41641 ]; }; nameservers = [ "100.100.100.100" "8.8.8.8" "1.1.1.1" ]; @@ -70,10 +69,6 @@ 127.0.0.1 field.shape-e2e.com ''; }; - services.tailscale = { - enable = true; - openFirewall = true; - }; services.atd.enable = true; -- cgit v1.3.1