From 355dbf5a9f62b1c42b05405ae7dc59ff62412971 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 29 May 2024 11:29:27 -0500 Subject: [PATCH] fix(nix/host/orion): add `price` to `keyd` group --- hosts/orion/modules/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/orion/modules/users.nix b/hosts/orion/modules/users.nix index 9509c2da..06468dd2 100644 --- a/hosts/orion/modules/users.nix +++ b/hosts/orion/modules/users.nix @@ -7,7 +7,7 @@ root.hashedPasswordFile = config.age.secrets.users-root-pw.path; price = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "keyd" ]; group = "price"; shell = pkgs.zsh; createHome = true;