Remove redundant localhost SSH
This commit is contained in:
@@ -31,13 +31,4 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Enable localhost SSH
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
permitRootLogin = "yes";
|
||||
passwordAuthentication = false;
|
||||
openFirewall = false;
|
||||
startWhenNeeded = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user