From 79034afe61ab3ceae4f41cb1df067aec9e9d960d Mon Sep 17 00:00:00 2001 From: fruchti Date: Mon, 7 Apr 2025 09:17:21 +0200 Subject: [PATCH] Rupert: Delete some old comments --- hosts/Rupert.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/Rupert.nix b/hosts/Rupert.nix index 08b79b6..3823412 100644 --- a/hosts/Rupert.nix +++ b/hosts/Rupert.nix @@ -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;