removes non-existent value

This commit is contained in:
Dennis 2025-09-16 15:40:01 +02:00
parent b38e3bccec
commit 79a86265f7
2 changed files with 0 additions and 2 deletions

View file

@ -118,7 +118,6 @@
# Root SSH # Root SSH
programs.ssh = { programs.ssh = {
enable = true;
matchBlocks = { matchBlocks = {
"dnsc-storage" = { "dnsc-storage" = {
hostname = "u295965.your-storagebox.de"; hostname = "u295965.your-storagebox.de";

View file

@ -123,7 +123,6 @@
# Services # Services
# SSH # SSH
services.openssh = { services.openssh = {
enable = true;
settings = { settings = {
X11Forwarding = false; X11Forwarding = false;
PermitRootLogin = "no"; PermitRootLogin = "no";