summaryrefslogtreecommitdiffstats
path: root/lass/1systems/orange/physical.nix
blob: 8577daf348ac5c2d4711ebb4d303f1ee302fc1fb (plain)
1
2
3
4
5
6
7
{
  imports = [
    ./config.nix
  ];
  boot.isContainer = true;
  networking.useDHCP = true;
}