aboutsummaryrefslogtreecommitdiff
path: root/system/nix.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-01 19:24:31 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-01 19:24:31 +0200
commit7b3e5f20f0c321fb954c13281af0f92721775289 (patch)
treebd1d41617ec12213a426bffa60003b242c909f05 /system/nix.nix
parente9479dfe2b02dd454429e48dbd84afddd2a114db (diff)
Fixed a bug where mun wasnt a nix trusted user
Diffstat (limited to 'system/nix.nix')
-rw-r--r--system/nix.nix2
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/"