Remove unfree from system

This commit is contained in:
Jimbo 2025-02-02 13:09:27 -05:00
parent 379d737c18
commit fbfedfd761
3 changed files with 11 additions and 15 deletions

View file

@ -6,6 +6,4 @@
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
};
nixpkgs.config.allowUnfree = true;
}