diff options
| -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 = [ |
