Remote disk unlocking: Difference between revisions

Golbinex (talk | contribs)
Golbinex (talk | contribs)
 
Line 57: Line 57:
   enable = true;
   enable = true;
   networks."eth0" = {
   networks."eth0" = {
     name = "eth0";
     matchConfig.Name = "eth0";
     DHCP = "yes";
     networkConfig.DHCP = "ipv4";
   };
   };
};
};