From 28e81a3555b10de02cc7a32ca2c6b8a6f31b7e12 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 6 Jan 2025 19:09:16 -0800 Subject: [PATCH] fix(home): Add group to trusted-users rather than specific user --- modules/home/base/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/base/nix/default.nix b/modules/home/base/nix/default.nix index 8453ea3..f507f7f 100644 --- a/modules/home/base/nix/default.nix +++ b/modules/home/base/nix/default.nix @@ -16,7 +16,7 @@ settings = { trusted-users = [ "root" - config.marleyos.my.name + "@wheel" ]; # Enable flakes.