Update to nixos 23.05
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Hendrik Sokolowski 2023-10-06 00:08:26 +02:00
parent 5ba1651350
commit 2245825774

View file

@ -27,8 +27,8 @@ in {
# https://xeiaso.net/blog/paranoid-nixos-2021-07-18
# Don't set this if you need sftp
services.openssh.allowSFTP = false;
services.openssh.openFirewall = false; # Lock yourself out
services.openssh.settings.AllowSFTP = false;
# Limit the use of sudo to the group wheel
security.sudo.execWheelOnly = true;