From 6fb6b3ad3f8e0a69b7b940d20efc0f203a2db46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 13 Jun 2022 20:31:49 +0200 Subject: [PATCH] Remove default enabled openssh server --- hosts/containers/leon/default.nix | 2 +- hosts/containers/scrape/default.nix | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/containers/leon/default.nix b/hosts/containers/leon/default.nix index ed32b1f8..d385c8d6 100644 --- a/hosts/containers/leon/default.nix +++ b/hosts/containers/leon/default.nix @@ -45,6 +45,7 @@ in netConfig.hosts4.dnscache "9.9.9.9" ]; + # TODO: enable firewall.enable = true; }; @@ -52,7 +53,6 @@ in enable = true; wheelNeedsPassword = false; }; - services.openssh.enable = true; users.users.leon = { isNormalUser = true; diff --git a/hosts/containers/scrape/default.nix b/hosts/containers/scrape/default.nix index 55a511bc..0c69739b 100644 --- a/hosts/containers/scrape/default.nix +++ b/hosts/containers/scrape/default.nix @@ -218,9 +218,5 @@ in { (map makeLuftScraperTimer luftqualitaetStations) ); - # This value determines the NixOS release with which your system is to be - # compatible, in order to avoid breaking some software such as database - # servers. You should change this only after NixOS release notes say you - # should. system.stateVersion = "20.03"; # Did you read the comment? }