removed default comments

This commit is contained in:
chloe 2025-07-02 22:48:13 +02:00
parent 4908e6cf52
commit 92841387af

View file

@ -131,17 +131,6 @@
options = "--delete-older-than 10d";
};
# List services that you want to enable:
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
# 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.
#