3
4
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-10-06 04:53:57 +02:00

Remove copySystemConfiguration, first working build

This commit is contained in:
2023-01-20 20:42:53 +01:00
parent fe15a059f9
commit e42c37d3d5

View File

@@ -68,7 +68,7 @@
networking.firewall.allowedTCPPorts = [ 80 22 3100 ]; networking.firewall.allowedTCPPorts = [ 80 22 3100 ];
system.copySystemConfiguration = true; # system.copySystemConfiguration = true;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions