summaryrefslogtreecommitdiff
path: root/ilex
diff options
context:
space:
mode:
authorstuebinm2023-01-09 12:31:25 +0100
committerstuebinm2023-01-09 12:31:25 +0100
commitd5272acd5360408095b5eb965c1f45a499897546 (patch)
tree55ff76160a75c5d2f815ef86609746d50cf1eb49 /ilex
parentaba88605c6b4b989ae903e4b979c5fd25f44a281 (diff)
ilex: get rid of ssh server, no longer needed
Diffstat (limited to 'ilex')
-rw-r--r--ilex/configuration.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/ilex/configuration.nix b/ilex/configuration.nix
index a778d21..8546593 100644
--- a/ilex/configuration.nix
+++ b/ilex/configuration.nix
@@ -16,9 +16,6 @@
networking.hostName = "ilex";
time.timeZone = "Europe/Amsterdam";
- services.openssh.enable = true;
- services.openssh.permitRootLogin = "yes";
-
networking = {
networkmanager.enable = true;
useDHCP = false;