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

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICPydzO5SD6CwZUyiXYGleCGzGLdOqplPWSrJ8dAhs8J game-luanti

View file

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