From c8ddf91829b9b3104f7b69117034e744951580e0 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 28 Aug 2023 17:50:44 +0200 Subject: Update --- configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 5da9f94..538745d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -38,6 +38,7 @@ ]; programs = { + fish.enable = true; bash.enableCompletion = true; gnupg.agent = { enable = true; @@ -47,9 +48,11 @@ services.openssh = { enable = true; - passwordAuthentication = false; - permitRootLogin = "no"; - forwardX11 = true; + settings = { + PasswordAuthentication = false; + PermitRootLogin = "no"; + X11Forwarding = true; + }; }; environment = { -- cgit v1.2.3