diff options
| -rw-r--r-- | system/nix.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/nix.nix b/system/nix.nix index 74dea4f..ff0512a 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -3,6 +3,8 @@ package = pkgs.lixPackageSets.stable.lix; settings = { + trusted-users = ["root" "mun"]; + substituters = [ "https://cache.lix.systems" "https://cache.nixos.org/" |
