diff --git a/configuration.nix b/configuration.nix index 80c9f52..9201cf7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -181,8 +181,9 @@ # services.openssh.enable = true; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ ]; - networking.firewall.allowedUDPPorts = [ ]; + # 443 Helldivers crashes internet otherwise + networking.firewall.allowedTCPPorts = [ 443 ]; + networking.firewall.allowedUDPPorts = [ 443 ]; # Or disable the firewall altogether. # networking.firewall.enable = false; diff --git a/flake.lock b/flake.lock index cd67d8a..730bc16 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1735048446, - "narHash": "sha256-Tc35Y8H+krA6rZeOIczsaGAtobSSBPqR32AfNTeHDRc=", + "lastModified": 1735468753, + "narHash": "sha256-2dt1nOe9zf9pDkf5Kn7FUFyPRo581s0n90jxYXJ94l0=", "owner": "nix-community", "repo": "disko", - "rev": "3a4de9fa3a78ba7b7170dda6bd8b4cdab87c0b21", + "rev": "84a5b93637cc16cbfcc61b6e1684d626df61eb21", "type": "github" }, "original": { @@ -61,11 +61,11 @@ ] }, "locked": { - "lastModified": 1735053786, - "narHash": "sha256-Gm+0DcbUS338vvkwyYWms5jsWlx8z8MeQBzcnIDuIkw=", + "lastModified": 1735381016, + "narHash": "sha256-CyCZFhMUkuYbSD6bxB/r43EdmDE7hYeZZPTCv0GudO4=", "owner": "nix-community", "repo": "home-manager", - "rev": "35b98d20ca8f4ca1f6a2c30b8a2c8bb305a36d84", + "rev": "10e99c43cdf4a0713b4e81d90691d22c6a58bdf2", "type": "github" }, "original": { @@ -81,11 +81,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1735177600, - "narHash": "sha256-I51oo2juXWvbBHBwuisXlDelwPzSBghDc3hI/feRDk0=", + "lastModified": 1735523336, + "narHash": "sha256-xM4qkXHvpWrTIGZaW/Cb480r7XCAQq1KJ3fBX0KkwwU=", "owner": "nix-community", "repo": "nix-vscode-extensions", - "rev": "abc6bc047bffc62632c043708ee23091bc500611", + "rev": "39e0a0b8275a471d580c84bc824a701e06674eb6", "type": "github" }, "original": { @@ -112,11 +112,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1734649271, - "narHash": "sha256-4EVBRhOjMDuGtMaofAIqzJbg4Ql7Ai0PSeuVZTHjyKQ=", + "lastModified": 1735471104, + "narHash": "sha256-0q9NGQySwDQc7RhAV2ukfnu7Gxa5/ybJ2ANT8DQrQrs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d70bd19e0a38ad4790d3913bf08fcbfc9eeca507", + "rev": "88195a94f390381c6afcdaa933c2f6ff93959cb4", "type": "github" }, "original": { diff --git a/home-manager/vscode.nix b/home-manager/vscode.nix index 4dbd108..5ea8c74 100644 --- a/home-manager/vscode.nix +++ b/home-manager/vscode.nix @@ -39,6 +39,7 @@ in }; "typescript.preferences.preferTypeOnlyAutoImports" = true; + "chat.commandCenter.enabled" = false; }; }; }; diff --git a/tuxedo/configuration.nix b/tuxedo/configuration.nix index daf7e5e..ebd2ff9 100644 --- a/tuxedo/configuration.nix +++ b/tuxedo/configuration.nix @@ -44,11 +44,4 @@ "worble" = import ./home-manager/home.nix; }; }; - - # Open ports in the firewall. - # 443 Helldivers crashes internet otherwise - # 1900 UPNP discovery - # 5001 Universal Media Server - networking.firewall.allowedTCPPorts = [ 443 1900 5001 ]; - networking.firewall.allowedUDPPorts = [ 443 1900 ]; } diff --git a/tuxedo/home-manager/home.nix b/tuxedo/home-manager/home.nix index 066781d..e9fe6fa 100644 --- a/tuxedo/home-manager/home.nix +++ b/tuxedo/home-manager/home.nix @@ -48,7 +48,7 @@ ubuntu-sans-mono nerd-fonts.space-mono keepassxc - bottles + #bottles rustup strawberry-qt6 rclone @@ -61,7 +61,7 @@ sdk_8_0 sdk_9_0 ]) - gimp-with-plugins + #gimp-with-plugins ffmpeg-full protonup-qt protontricks @@ -156,7 +156,7 @@ vo = "gpu-next"; gpu-api = "vulkan"; hwdec = "vulkan"; - screenshot-directory = "~/Pictures/"; + screenshot-directory = "/mnt/HDD1/Pictures/"; screenshot-template = "%F/%F_snapshot_%P"; glsl-shaders = "~~/shaders/Anime4K_Clamp_Highlights.glsl:~~/shaders/Anime4K_Restore_CNN_VL.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_VL.glsl:~~/shaders/Anime4K_AutoDownscalePre_x2.glsl:~~/shaders/Anime4K_AutoDownscalePre_x4.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_M.glsl"; };