nix-files/hosts/common/default.nix
2022-11-22 03:46:25 +00:00

13 lines
162 B
Nix

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