Remove contentAddressedByDefault flag

This commit is contained in:
Kiana Sheibani 2024-01-16 23:30:16 -05:00
parent 3b250c0d1b
commit e6c33b3c59
2 changed files with 9 additions and 10 deletions

View file

@ -19,7 +19,6 @@ in
restrict-eval = false
'';
nixpkgs.config.allowUnfree = true;
nixpkgs.config.contentAddressedByDefault = true;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = !isMobile;