feat: Use trusted-substituters in mirai
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
security = {
|
||||
sudo.wheelNeedsPassword = false;
|
||||
polkit.enable = true;
|
||||
# pam.services.greetd.enableGnomeKeyring = true;
|
||||
rtkit.enable = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user