From 3759182f0c6e8a622a8aeca26a6d2e482344679b Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 17 Jan 2017 15:57:52 +0100 Subject: l 2 zsh: set shell of correct user --- lass/2configs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lass/2configs/zsh.nix b/lass/2configs/zsh.nix index 442a1d4d..4d33aa79 100644 --- a/lass/2configs/zsh.nix +++ b/lass/2configs/zsh.nix @@ -118,5 +118,5 @@ fi ''; }; - users.users.${config.krebs.build.user.name}.shell = "/run/current-system/sw/bin/zsh"; + users.users.mainUser.shell = "/run/current-system/sw/bin/zsh"; } -- cgit v1.2.3