fix: remove system.copySystemConfiguration

system.copySystemConfiguration is not compatible with flakes
This commit is contained in:
Ranomier 2025-05-11 10:33:57 +02:00
parent e827a97ead
commit 66072b1d6e
2 changed files with 1 additions and 2 deletions

View file

@ -3,8 +3,6 @@
pkgs,
...
}: {
system.copySystemConfiguration = lib.mkDefault true;
# Disable if you don't want unfree packages
nixpkgs.config.allowUnfree = lib.mkDefault true;