diff --git a/home/yaroslav/home_gui.nix b/home/yaroslav/home_gui.nix index cdffe36..c9c1d69 100644 --- a/home/yaroslav/home_gui.nix +++ b/home/yaroslav/home_gui.nix @@ -17,6 +17,7 @@ qbittorrent qsstv vscode-fhs + vscodium bottles ]; } diff --git a/hosts/Aphelion/hardware-Aphelion.nix b/hosts/Aphelion/hardware-Aphelion.nix index 6644a3b..3ec4a3b 100644 --- a/hosts/Aphelion/hardware-Aphelion.nix +++ b/hosts/Aphelion/hardware-Aphelion.nix @@ -86,8 +86,12 @@ }; }; + networking.firewall.allowedTCPPorts = [ 4444 ]; + programs.amnezia-vpn.enable = true; + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; networking.hostName = "Aphelion"; - programs.amnezia-vpn.enable = true; + system.stateVersion = "25.11"; + } diff --git a/hosts/generic/home-persistence.nix b/hosts/generic/home-persistence.nix index b77293a..6b3c513 100644 --- a/hosts/generic/home-persistence.nix +++ b/hosts/generic/home-persistence.nix @@ -14,9 +14,11 @@ ".local/share/backgrounds" ".config/dconf" ".config/Code" + ".config/VSCodium" ".config/libreoffice" ".config/chromium" ".vscode" + ".vscode-oss" ".mozilla" ".local/state" ".wine"