Rupert: Delete some old comments

This commit is contained in:
fruchti 2025-04-07 09:17:21 +02:00
parent 567e13ec71
commit 79034afe61

View file

@ -99,9 +99,6 @@ in
enableSSHSupport = true;
};
# List services that you want to enable:
# Enable the OpenSSH daemon.
services.openssh = {
enable = true;
settings = {
@ -118,11 +115,6 @@ in
4971 # BURP
];
# 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;
system.autoUpgrade = {
enable = true;
allowReboot = true;