aboutsummaryrefslogtreecommitdiff
path: root/nixos/general.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/general.nix')
-rw-r--r--nixos/general.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/general.nix b/nixos/general.nix
index 92fa4d7..71400c8 100644
--- a/nixos/general.nix
+++ b/nixos/general.nix
@@ -31,6 +31,8 @@
experimental-features = "nix-command flakes";
# Deduplicate and optimize nix store
auto-optimise-store = true;
+
+ trusted-users = [ "root" "@wheel" ];
};
};
@@ -60,7 +62,8 @@
environment.systemPackages = with pkgs; [
neovim
- git
+ git
+ nh
];
services = {