machines/core: migrate allowUnfree to flake config

This commit is contained in:
Felix Buehler 2023-11-12 22:42:51 +01:00
parent c82d8feee1
commit 57e8612d0d
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,6 @@
extraOptions = ''
experimental-features = nix-command flakes
warn-dirty = false
'';
registry = {
@ -27,7 +26,6 @@
unstable.flake = inputs.nixpkgs-unstable;
};
};
nixpkgs.config.allowUnfree = true;
# auto upgrade with own flakes
system.autoUpgrade = {