removes non-existent value
This commit is contained in:
parent
b38e3bccec
commit
79a86265f7
2 changed files with 0 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,6 @@
|
||||||
# Services
|
# Services
|
||||||
# SSH
|
# SSH
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
|
||||||
settings = {
|
settings = {
|
||||||
X11Forwarding = false;
|
X11Forwarding = false;
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue