Remove default enabled openssh server

This commit is contained in:
Sandro - 2022-06-13 20:31:49 +02:00
parent a93e5a92bd
commit 6fb6b3ad3f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -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?
}