From c5fa7f9221fa12a57b0d1fa8d8dd1a80c468a9dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 19 May 2018 10:02:47 +0200 Subject: ... --- odin.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'odin.nix') diff --git a/odin.nix b/odin.nix index d9cb5c23..86015968 100644 --- a/odin.nix +++ b/odin.nix @@ -14,6 +14,7 @@ ./custom/borgbackup.nix ./custom/motion.nix ./custom/unit-status-mail.nix + ./custom/zsh.nix ./utils/nix/module.nix ]; @@ -56,15 +57,6 @@ monitor-uucp ]; - programs.zsh = { - enable = true; - shellInit = lib.mkForce '' - . ${config.system.build.setEnvironment} - - ${config.environment.shellInit} - ''; - }; - services.openssh = { enable = true; passwordAuthentication = false; -- cgit v1.2.3