From 19da93f1cca9dc56ed240ec063c59a572b79e51c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 8 Sep 2023 16:39:30 +0530 Subject: hosts/kay: init --- hosts/kay/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts/kay/configuration.nix') diff --git a/hosts/kay/configuration.nix b/hosts/kay/configuration.nix index da92a83..11b99d9 100644 --- a/hosts/kay/configuration.nix +++ b/hosts/kay/configuration.nix @@ -6,6 +6,12 @@ ../../common.nix ]; + services.openssh = { + enable = true; + settings = { PasswordAuthentication = false; }; + }; + + boot.consoleLogLevel = 3; networking.hostName = "kay"; environment.systemPackages = with pkgs; [ tmux ]; } -- cgit v1.2.3