From d55f8b849efb4754b8b1f17466ec2d8a046339fd Mon Sep 17 00:00:00 2001 From: harry Date: Fri, 16 Aug 2024 17:40:22 +0200 Subject: [PATCH] (fix): removed as flakes does not support it --- hosts/sisyphe/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/sisyphe/configuration.nix b/hosts/sisyphe/configuration.nix index 76f7b3e..3bb205c 100644 --- a/hosts/sisyphe/configuration.nix +++ b/hosts/sisyphe/configuration.nix @@ -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. #