diff options
author | stuebinm | 2023-01-09 12:31:25 +0100 |
---|---|---|
committer | stuebinm | 2023-01-09 12:31:25 +0100 |
commit | d5272acd5360408095b5eb965c1f45a499897546 (patch) | |
tree | 55ff76160a75c5d2f815ef86609746d50cf1eb49 | |
parent | aba88605c6b4b989ae903e4b979c5fd25f44a281 (diff) |
ilex: get rid of ssh server, no longer needed
-rw-r--r-- | ilex/configuration.nix | 3 |
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; |