summary refs log tree commit diff
path: root/nixos/modules/services/security
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2017-09-20 10:57:54 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2017-09-20 10:58:24 +0000
commit1b71376cf2c2e73ea4760da4beb71f7b8037c443 (patch)
treed9af9765d83b807d3637f25f2138109da25ee223 /nixos/modules/services/security
parent2ebfdf972f508bcced2b661c55b8d927682ac993 (diff)
downloadnixlib-1b71376cf2c2e73ea4760da4beb71f7b8037c443.tar
nixlib-1b71376cf2c2e73ea4760da4beb71f7b8037c443.tar.gz
nixlib-1b71376cf2c2e73ea4760da4beb71f7b8037c443.tar.bz2
nixlib-1b71376cf2c2e73ea4760da4beb71f7b8037c443.tar.lz
nixlib-1b71376cf2c2e73ea4760da4beb71f7b8037c443.tar.xz
nixlib-1b71376cf2c2e73ea4760da4beb71f7b8037c443.tar.zst
nixlib-1b71376cf2c2e73ea4760da4beb71f7b8037c443.zip
Make sure dummy kernel module is loaded for hologram-agent.
(cherry picked from commit eb873f6c78e1c5306956b4c9fd651b25a6b9c40c)
Diffstat (limited to 'nixos/modules/services/security')
-rw-r--r--nixos/modules/services/security/hologram-agent.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/security/hologram-agent.nix b/nixos/modules/services/security/hologram-agent.nix
index 49b5c935267b..6c53a2df6306 100644
--- a/nixos/modules/services/security/hologram-agent.nix
+++ b/nixos/modules/services/security/hologram-agent.nix
@@ -33,6 +33,8 @@ in {
   };
 
   config = mkIf cfg.enable {
+    boot.kernelModules = [ "dummy" ];
+
     networking.interfaces.dummy0 = {
       ipAddress = "169.254.169.254";
       prefixLength = 32;