From e42c37d3d530afbe3be0bc2a42aeb78b0417e081 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Fri, 20 Jan 2023 20:42:53 +0100 Subject: [PATCH] Remove copySystemConfiguration, first working build --- hosts/chapel/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chapel/configuration.nix b/hosts/chapel/configuration.nix index 0250cf3..17f04b0 100644 --- a/hosts/chapel/configuration.nix +++ b/hosts/chapel/configuration.nix @@ -68,7 +68,7 @@ networking.firewall.allowedTCPPorts = [ 80 22 3100 ]; - system.copySystemConfiguration = true; + # system.copySystemConfiguration = true; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions