summaryrefslogtreecommitdiffstats
path: root/lass/1systems/red/physical.nix
blob: 7499ff7230f91316fc20451235a047929339c63e (plain)
1
2
3
4
5
6
7
8
{
  imports = [
    ./config.nix
  ];
  boot.isContainer = true;
  networking.useDHCP = false;
  environment.variables.NIX_REMOTE = "daemon";
}