From c21e7a62f355c7a06d6378631cbc2d799750b7f0 Mon Sep 17 00:00:00 2001 From: samoht9277 Date: Wed, 7 Feb 2024 15:39:11 -0300 Subject: [PATCH] Removed comment. --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 161d6aa..0fde10f 100644 --- a/nixos-infect +++ b/nixos-infect @@ -98,7 +98,7 @@ makeConf() { # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; networking.firewall.enable = false; # Preferably, use provider's FW - system.stateVersion = "23.11"; # Did you read the comment? + system.stateVersion = "23.11"; } EOF