diff options
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 28bf49cdb778..685e940357b3 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -238,6 +238,10 @@ lib.fix (self: { time.timeZone = "Europe/Moscow"; + nix = { + trustedUsers = [ "tazjin" ]; + }; + users.users.tazjin = { isNormalUser = true; createHome = true; |