diff --git a/flake.lock b/flake.lock index e92009f..7215578 100644 --- a/flake.lock +++ b/flake.lock @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1749657191, - "narHash": "sha256-QLilaHuhGxiwhgceDWESj9gFcKIdEp7+9lRqNGpN8S4=", + "lastModified": 1750263149, + "narHash": "sha256-VYSGDzq4ds4LIYvyEYG+RBqGMGBZhES2tvnmU4TJBn0=", "owner": "nix-community", "repo": "home-manager", - "rev": "faeab32528a9360e9577ff4082de2d35c6bbe1ce", + "rev": "85e68c6a388ef1dfc799aaa01f00758c58e87d89", "type": "github" }, "original": { @@ -92,11 +92,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1749727998, - "narHash": "sha256-mHv/yeUbmL91/TvV95p+mBVahm9mdQMJoqaTVTALaFw=", + "lastModified": 1750133334, + "narHash": "sha256-urV51uWH7fVnhIvsZIELIYalMYsyr2FCalvlRTzqWRw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "fd487183437963a59ba763c0cc4f27e3447dd6dd", + "rev": "36ab78dab7da2e4e27911007033713bab534187b", "type": "github" }, "original": { @@ -108,11 +108,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1749285348, - "narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=", + "lastModified": 1750134718, + "narHash": "sha256-v263g4GbxXv87hMXMCpjkIxd/viIF7p3JpJrwgKdNiI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3e3afe5174c561dee0df6f2c2b2236990146329f", + "rev": "9e83b64f727c88a7711a2c463a7b16eedb69a84c", "type": "github" }, "original": { diff --git a/home/yaroslav/home_gui.nix b/home/yaroslav/home_gui.nix index c9c1d69..1ca3890 100644 --- a/home/yaroslav/home_gui.nix +++ b/home/yaroslav/home_gui.nix @@ -3,21 +3,26 @@ home.packages = with pkgs; [ ayugram-desktop audacity + darktable ungoogled-chromium firefox keepassxc libreoffice-qt6-fresh + mpd-discord-rpc obsidian obs-studio onlyoffice-desktopeditors remmina prismlauncher kdePackages.kcalc + krita nicotine-plus qbittorrent qsstv + vesktop vscode-fhs vscodium bottles + wl-kbptr ]; } diff --git a/hosts/Aphelion/hardware-Aphelion.nix b/hosts/Aphelion/hardware-Aphelion.nix index 3ec4a3b..d57bb64 100644 --- a/hosts/Aphelion/hardware-Aphelion.nix +++ b/hosts/Aphelion/hardware-Aphelion.nix @@ -87,8 +87,12 @@ }; networking.firewall.allowedTCPPorts = [ 4444 ]; + networking.firewall.allowedUDPPorts = [ 69 ]; programs.amnezia-vpn.enable = true; + services.tftpd.enable = true; + services.tftpd.path = "/srv/pxe/tftp"; + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; networking.hostName = "Aphelion"; diff --git a/hosts/generic/zapret.nix b/hosts/generic/zapret.nix index c6c303e..0c27c13 100644 --- a/hosts/generic/zapret.nix +++ b/hosts/generic/zapret.nix @@ -7,6 +7,7 @@ "--filter-tcp=80 --dpi-desync=fake,multisplit --dpi-desync-split-pos=method+2 --dpi-desync-fooling=md5sig --new" "--filter-tcp=443 --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-fooling=badseq,md5sig --new" "--filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=6" + "--filter-udp=50000-50100 --filter-l7=discord,stun --dpi-desync=fake --dpi-desync-repeats=6 --new" ]; };