Skip to content

Commit

Permalink
Make sure dummy kernel module is loaded for hologram-agent.
Browse files Browse the repository at this point in the history
(cherry picked from commit eb873f6)
  • Loading branch information
rbvermaa committed Sep 20, 2017
1 parent 1e30a7c commit 9e228fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/services/security/hologram-agent.nix
Expand Up @@ -33,6 +33,8 @@ in {
};

config = mkIf cfg.enable {
boot.kernelModules = [ "dummy" ];

networking.interfaces.dummy0 = {
ipAddress = "169.254.169.254";
prefixLength = 32;
Expand Down

0 comments on commit 9e228fc

Please sign in to comment.