nix-files/hosts/common/default.nix

11 lines
130 B
Nix

{ ... }:
{
imports = [
./hardware
];
sane.nixcache.enable-trusted-keys = true;
nixpkgs.config.allowUnfree = true;
}