feat: Use trusted-substituters in mirai

This commit is contained in:
uttarayan21
2025-07-18 20:10:29 +05:30
parent 79a9de2ad4
commit 876ab0f494
2 changed files with 1 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
auto-optimise-store = true;
extra-experimental-features = "nix-command flakes auto-allocate-uids";
trusted-users = ["root" "fs0c131y" "remotebuilder"];
substituters = [
trusted-substituters = [
"https://nix-community.cachix.org"
"https://nixos-raspberrypi.cachix.org"
# "https://sh.darksailor.dev"

View File

@@ -30,7 +30,6 @@
security = {
sudo.wheelNeedsPassword = false;
polkit.enable = true;
# pam.services.greetd.enableGnomeKeyring = true;
rtkit.enable = true;
};