various lifetime changes

This commit is contained in:
yaroslav
2025-06-19 15:22:41 +03:00
parent 6c570f2458
commit fa9c469d81
4 changed files with 19 additions and 9 deletions
Generated
+9 -9
View File
@@ -45,11 +45,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1749657191, "lastModified": 1750263149,
"narHash": "sha256-QLilaHuhGxiwhgceDWESj9gFcKIdEp7+9lRqNGpN8S4=", "narHash": "sha256-VYSGDzq4ds4LIYvyEYG+RBqGMGBZhES2tvnmU4TJBn0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "faeab32528a9360e9577ff4082de2d35c6bbe1ce", "rev": "85e68c6a388ef1dfc799aaa01f00758c58e87d89",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -92,11 +92,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1749727998, "lastModified": 1750133334,
"narHash": "sha256-mHv/yeUbmL91/TvV95p+mBVahm9mdQMJoqaTVTALaFw=", "narHash": "sha256-urV51uWH7fVnhIvsZIELIYalMYsyr2FCalvlRTzqWRw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fd487183437963a59ba763c0cc4f27e3447dd6dd", "rev": "36ab78dab7da2e4e27911007033713bab534187b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -108,11 +108,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1749285348, "lastModified": 1750134718,
"narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=", "narHash": "sha256-v263g4GbxXv87hMXMCpjkIxd/viIF7p3JpJrwgKdNiI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3e3afe5174c561dee0df6f2c2b2236990146329f", "rev": "9e83b64f727c88a7711a2c463a7b16eedb69a84c",
"type": "github" "type": "github"
}, },
"original": { "original": {
+5
View File
@@ -3,21 +3,26 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
ayugram-desktop ayugram-desktop
audacity audacity
darktable
ungoogled-chromium ungoogled-chromium
firefox firefox
keepassxc keepassxc
libreoffice-qt6-fresh libreoffice-qt6-fresh
mpd-discord-rpc
obsidian obsidian
obs-studio obs-studio
onlyoffice-desktopeditors onlyoffice-desktopeditors
remmina remmina
prismlauncher prismlauncher
kdePackages.kcalc kdePackages.kcalc
krita
nicotine-plus nicotine-plus
qbittorrent qbittorrent
qsstv qsstv
vesktop
vscode-fhs vscode-fhs
vscodium vscodium
bottles bottles
wl-kbptr
]; ];
} }
+4
View File
@@ -87,8 +87,12 @@
}; };
networking.firewall.allowedTCPPorts = [ 4444 ]; networking.firewall.allowedTCPPorts = [ 4444 ];
networking.firewall.allowedUDPPorts = [ 69 ];
programs.amnezia-vpn.enable = true; programs.amnezia-vpn.enable = true;
services.tftpd.enable = true;
services.tftpd.path = "/srv/pxe/tftp";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
networking.hostName = "Aphelion"; networking.hostName = "Aphelion";
+1
View File
@@ -7,6 +7,7 @@
"--filter-tcp=80 --dpi-desync=fake,multisplit --dpi-desync-split-pos=method+2 --dpi-desync-fooling=md5sig --new" "--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-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=443 --dpi-desync=fake --dpi-desync-repeats=6"
"--filter-udp=50000-50100 --filter-l7=discord,stun --dpi-desync=fake --dpi-desync-repeats=6 --new"
]; ];
}; };