From f696b8c653d66fab5cf0474c70c2dec75550c2f1 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 30 Apr 2024 18:21:55 -0500 Subject: [PATCH] update owner/group. --- nixos/telperion/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index 643294a..393fb95 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -22,8 +22,8 @@ inherit (config.users.users.named) group; }; "onepassword-credentials-json" = { - owner = "999"; - group = "999"; + owner = "nm-iodine"; + group = "nscd"; }; }; };