diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-01 19:24:31 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-01 19:24:31 +0200 |
| commit | 7b3e5f20f0c321fb954c13281af0f92721775289 (patch) | |
| tree | bd1d41617ec12213a426bffa60003b242c909f05 /system | |
| parent | e9479dfe2b02dd454429e48dbd84afddd2a114db (diff) | |
Fixed a bug where mun wasnt a nix trusted user
Diffstat (limited to 'system')
| -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/" |
