fix: can't use nixpkgs.config and nixpkgs.pkgs at the same time, and other renames

This commit is contained in:
Ryan Yin
2025-04-19 21:21:27 +08:00
parent 9ade06b235
commit aaf499a52c
3 changed files with 6 additions and 8 deletions

View File

@@ -12,12 +12,6 @@
#
###################################################################################
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Auto upgrade the nix-daemon service.
services.nix-daemon.enable = true;
# Disable auto-optimise-store because of this issue:
# https://github.com/NixOS/nix/issues/7273
# "error: cannot link '/nix/store/.tmp-link-xxxxx-xxxxx' to '/nix/store/.links/xxxx': File exists"