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
  • Loading branch information
rbvermaa committed Sep 20, 2017
1 parent a695fef commit eb873f6
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 eb873f6

Please sign in to comment.