Make sure dummy kernel module is loaded for hologram-agent.
(cherry picked from commit eb873f6c78e1c5306956b4c9fd651b25a6b9c40c)
This commit is contained in:
parent
2ebfdf972f
commit
1b71376cf2
@ -33,6 +33,8 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
boot.kernelModules = [ "dummy" ];
|
||||||
|
|
||||||
networking.interfaces.dummy0 = {
|
networking.interfaces.dummy0 = {
|
||||||
ipAddress = "169.254.169.254";
|
ipAddress = "169.254.169.254";
|
||||||
prefixLength = 32;
|
prefixLength = 32;
|
||||||
|
Loading…
Reference in New Issue
Block a user