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