From 7b3e5f20f0c321fb954c13281af0f92721775289 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 1 Jun 2026 19:24:31 +0200 Subject: Fixed a bug where mun wasnt a nix trusted user --- system/nix.nix | 2 ++ 1 file changed, 2 insertions(+) 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/" -- cgit v1.2.3