diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-05-02 16:31:03 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-02 16:31:03 +0530 |
| commit | 8ff77c65e86d5a44374b3d7d6de92b322464759c (patch) | |
| tree | 6ca541ca69f6b3eb2e4bd6fc95ca35407e83e1dc /configuration.nix | |
| parent | e9d92cabeed8c9f54c748cddfdc5336fa44fc5bc (diff) | |
| download | nixos-config-8ff77c65e86d5a44374b3d7d6de92b322464759c.tar.gz nixos-config-8ff77c65e86d5a44374b3d7d6de92b322464759c.zip | |
Switch kernel from xanmod to latest
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 7 |
1 files changed, 1 insertions, 6 deletions
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; |
