Make sure dummy kernel module is loaded for hologram-agent.

(cherry picked from commit eb873f6c78e1c5306956b4c9fd651b25a6b9c40c)
This commit is contained in:
Rob Vermaas 2017-09-20 10:57:54 +00:00
parent 2ebfdf972f
commit 1b71376cf2
No known key found for this signature in database
GPG Key ID: E114A5F264A8AE8E

View File

@ -33,6 +33,8 @@ in {
};
config = mkIf cfg.enable {
boot.kernelModules = [ "dummy" ];
networking.interfaces.dummy0 = {
ipAddress = "169.254.169.254";
prefixLength = 32;