From c5fa7f9221fa12a57b0d1fa8d8dd1a80c468a9dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 19 May 2018 10:02:47 +0200 Subject: ... --- bragi.nix | 1 - odin.nix | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/bragi.nix b/bragi.nix index 0f6a3d41..f696972c 100644 --- a/bragi.nix +++ b/bragi.nix @@ -121,7 +121,6 @@ in rec { tmux nfs-utils jack2Full - zsh tprint samba rebuild-system 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