fix: remove system.copySystemConfiguration
system.copySystemConfiguration is not compatible with flakes
This commit is contained in:
parent
e827a97ead
commit
66072b1d6e
2 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
system.copySystemConfiguration = lib.mkDefault true;
|
||||
|
||||
# Disable if you don't want unfree packages
|
||||
nixpkgs.config.allowUnfree = lib.mkDefault true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue