This commit is contained in:
2024-04-07 12:47:31 +01:00
parent 61e18b8128
commit 013eccb642
4 changed files with 43 additions and 16 deletions
+6 -1
View File
@@ -128,7 +128,12 @@ nixpkgs.overlays = [
# ];
nix.settings.trusted-users = [ "root" "@wheel" ];
nix.settings = {
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
trusted-users = [ "root" "@wheel" ];
};
nix.gc = {
automatic = true;
dates = "weekly";