From 0da3839754aaee2d6d2ae08c0da05c0be17b377a Mon Sep 17 00:00:00 2001 From: yaroslav Date: Sun, 15 Jun 2025 16:41:40 +0300 Subject: [PATCH] added VSCodium, fixed stateVersion for Aphelion --- home/yaroslav/home_gui.nix | 1 + hosts/Aphelion/hardware-Aphelion.nix | 6 +++++- hosts/generic/home-persistence.nix | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) 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"