stockholm/lass/1systems/yellow/physical.nix

9 lines
144 B
Nix
Raw Normal View History

2018-11-30 03:35:00 +00:00
{
imports = [
./config.nix
];
boot.isContainer = true;
networking.useDHCP = false;
environment.variables.NIX_REMOTE = "daemon";
}