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": {
"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": {
+5
View File
@@ -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
];
}
+4
View File
@@ -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";
+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=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"
];
};