nixos/hosts/vm/two/default.nix

11 lines
115 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./networking.nix
../../../modules/crans
];
}