From 2c79237643dead19b920c4ad25db0a87933bc417 Mon Sep 17 00:00:00 2001 From: Mira Date: Wed, 3 Jul 2024 12:58:48 -0400 Subject: [PATCH] updstes --- auxin/configuration.nix | 6 +++--- flake.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/auxin/configuration.nix b/auxin/configuration.nix index 704f6b2..1799109 100644 --- a/auxin/configuration.nix +++ b/auxin/configuration.nix @@ -26,8 +26,8 @@ networkmanager.enable = true; # Easiest to use and most distros use this by default. firewall = { enable = true; - allowedUDPPorts = [22 80 443 2222 25565 8080 8842 8191 3001 8096 7359 8420 8888 9000 8089]; - allowedTCPPorts = [22 80 443 2222 25565 8080 8842 8191 3001 8096 7359 8420 8888 9000 8089]; + allowedUDPPorts = [22 80 443 2222 25565 8080 8842 8191 3001 8096 7359 8420 8888 9000 8089 445]; + allowedTCPPorts = [22 80 443 2222 25565 8080 8842 8191 3001 8096 7359 8420 8888 9000 8089 445]; }; }; # Set your time zone. @@ -38,7 +38,7 @@ xserver = { enable = true; - desktopManager.xfce.enable = true; + desktopManager.xfce.enable = false; # Kodi desktopManager.kodi.enable = true; diff --git a/flake.lock b/flake.lock index dbf9696..34acd63 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1715787315, - "narHash": "sha256-cYApT0NXJfqBkKcci7D9Kr4CBYZKOQKDYA23q8XNuWg=", + "lastModified": 1718160348, + "narHash": "sha256-9YrUjdztqi4Gz8n3mBuqvCkMo4ojrA6nASwyIKWMpus=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "33d1e753c82ffc557b4a585c77de43d4c922ebb5", + "rev": "57d6973abba7ea108bac64ae7629e7431e0199b6", "type": "github" }, "original": {