(fix): removed as flakes does not support it

This commit is contained in:
Harry 2024-08-16 17:40:22 +02:00
parent e695693ef0
commit d55f8b849e

View file

@ -84,11 +84,6 @@
};
nix.settings.auto-optimise-store = true;
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.
system.copySystemConfiguration = true;
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
#