From 630ac45f7e32ad7d6d87a1ec3924f28bb685b952 Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Thu, 2 Oct 2025 15:14:56 +0200 Subject: [PATCH] copySystemConfiguration unsupported in flakes --- msdl/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/msdl/configuration.nix b/msdl/configuration.nix index ff1da12..253301a 100644 --- a/msdl/configuration.nix +++ b/msdl/configuration.nix @@ -84,11 +84,6 @@ recommendedTlsSettings = 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 last 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.