NixOS-Config/hosts/extern/modules/default.nix

8 lines
142 B
Nix

{ modulesPath, ... }:
{
imports = [
(modulesPath + "/profiles/all-hardware.nix")
#(modulesPath + "/profiles/qemu-guest.nix")
];
}