summaryrefslogtreecommitdiff
path: root/modules/snorlax/networking.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/snorlax/networking.nix')
-rw-r--r--modules/snorlax/networking.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/snorlax/networking.nix b/modules/snorlax/networking.nix
index 315a4c2..ec0cdcc 100644
--- a/modules/snorlax/networking.nix
+++ b/modules/snorlax/networking.nix
@@ -3,14 +3,7 @@
networking.hostName = "snorlax";
networking.hostId = "1d1ebf34";
- programs.mtr.enable = true;
services.openssh = {
- enable = true;
- allowSFTP = false;
- settings = {
- PermitRootLogin = "no";
- AllowUsers = [ "jras" ];
- };
openFirewall = lib.mkForce true;
hostKeys = [
{