From 23d70dff9b46a234ff13d5e71d04335a622db657 Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 9 Sep 2021 01:35:04 +0100 Subject: [PATCH] Forgot parenthesis --- config/users/kat/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/users/kat/nixos.nix b/config/users/kat/nixos.nix index 97a1660b..9d23098d 100644 --- a/config/users/kat/nixos.nix +++ b/config/users/kat/nixos.nix @@ -9,7 +9,7 @@ ]; shell = pkgs.zsh; extraGroups = [ "wheel" "video" "systemd-journal" "plugdev" "bird2" "vfio" "input" "uinput" ]; - hashedPassword = mkIf (config.deploy.profile.trusted) removeSuffix "\n" config.kw.secrets.repo.kat-user.text; + hashedPassword = mkIf (config.deploy.profile.trusted) (removeSuffix "\n" config.kw.secrets.repo.kat-user.text); }; systemd.tmpfiles.rules = [