Skip to content

Commit 1b71376

Browse files
committedSep 20, 2017
Make sure dummy kernel module is loaded for hologram-agent.
(cherry picked from commit eb873f6)
1 parent 2ebfdf9 commit 1b71376

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎nixos/modules/services/security/hologram-agent.nix

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ in {
3333
};
3434

3535
config = mkIf cfg.enable {
36+
boot.kernelModules = [ "dummy" ];
37+
3638
networking.interfaces.dummy0 = {
3739
ipAddress = "169.254.169.254";
3840
prefixLength = 32;

0 commit comments

Comments
 (0)
Please sign in to comment.