diff options
| author | Preston Pan <ret2pop@gmail.com> | 2026-02-14 22:42:19 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2026-02-14 22:42:19 -0800 |
| commit | efe21725f8d68a6be6fb3c4697c88666d11b13a8 (patch) | |
| tree | e5fbb09b4d548b7f1152cea34223c7a59cfa4bf4 | |
| parent | 82179304ac5d6ba93c11af9b53ea75eb0fc85634 (diff) | |
fix internet again for real this time
| -rw-r--r-- | config/nix.org | 6 | ||||
| -rw-r--r-- | nix/modules/configuration.nix | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/config/nix.org b/config/nix.org index 88d9c4e..158fd99 100644 --- a/config/nix.org +++ b/config/nix.org @@ -1720,12 +1720,16 @@ because they enhance security. "snd-rawmidi" "xhci_hcd" "kvm_intel" - "crm" + "af_packet" + "ccm" "ctr" "cmac" "arc4" "ecb" "michael_mic" + "gcm" + "sha256" + "sha384" ]; kernelParams = [ diff --git a/nix/modules/configuration.nix b/nix/modules/configuration.nix index 128ad5b..e09571b 100644 --- a/nix/modules/configuration.nix +++ b/nix/modules/configuration.nix @@ -110,12 +110,16 @@ country=CA "snd-rawmidi" "xhci_hcd" "kvm_intel" - "crm" + "af_packet" + "ccm" "ctr" "cmac" "arc4" "ecb" "michael_mic" + "gcm" + "sha256" + "sha384" ]; kernelParams = [ |
