machines/core: move nixpkgs config to nix file and remove redundant hardware setting

This commit is contained in:
Felix Buehler 2023-03-18 19:04:59 +01:00
parent 855f050cd7
commit 0e66ff3967
2 changed files with 1 additions and 6 deletions

View file

@ -26,6 +26,7 @@
unstable.flake = inputs.nixpkgs-unstable;
};
};
nixpkgs.config.allowUnfree = true;
# auto upgrade with own flakes
system.autoUpgrade = {