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
1
certificates/id_ed25519_game-luanti.pub
Normal file
1
certificates/id_ed25519_game-luanti.pub
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICPydzO5SD6CwZUyiXYGleCGzGLdOqplPWSrJ8dAhs8J game-luanti
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue