diff options
| author | adikro <adikro@disroot.org> | 2025-11-29 13:47:53 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-29 13:47:53 +0100 |
| commit | 896e7b5791c4723313790b1e07e867fcd7003212 (patch) | |
| tree | 9ef9c3ad79e60d4154bc3271bb65a463b8de926a /modules | |
| parent | c5ec6f14ed7b949c30d1cdf0fb7b1da518038bb7 (diff) | |
uhh
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/boot.nix | 3 | ||||
| -rw-r--r-- | modules/tor.nix | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/modules/boot.nix b/modules/boot.nix index 6930a51..587b43f 100644 --- a/modules/boot.nix +++ b/modules/boot.nix @@ -17,6 +17,7 @@ "video=DP-1:2560x1440@240" "quiet" ]; - kernelPackages = pkgs.linuxPackages_cachyos-lto.cachyOverride { mArch = "ZEN4"; }; + # kernelPackages = pkgs.linuxPackages_cachyos-lto.cachyOverride { mArch = "ZEN4"; }; + kernelPackages = pkgs.linuxPackages_latest; }; } diff --git a/modules/tor.nix b/modules/tor.nix index ad69f52..bef081c 100644 --- a/modules/tor.nix +++ b/modules/tor.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { - networking.proxy.default = "https://127.0.0.1:8118"; + # networking.proxy.default = "https://127.0.0.1:8118"; services = { tor = { enable = true; |
