diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-15 18:29:59 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-15 18:29:59 +0530 |
| commit | 0b36e406ddba0ad4bddb94cbade0dfa9e0045716 (patch) | |
| tree | 8f956d04d4b1a771a89b6b5616305c3c5d612574 /nixos/configuration.nix | |
| parent | 10cb612374abe731e22a20453bce884a269e86b5 (diff) | |
devenv + bug fix
Diffstat (limited to 'nixos/configuration.nix')
| -rw-r--r-- | nixos/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 6b91ea9..569d597 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -21,6 +21,7 @@ nixpkgs.config.allowUnfree = true; nix.settings.experimental-features = "nix-command flakes"; + nix.settings.trusted-users = [ "root" "aargh" ]; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions |
