This commit is contained in:
death916 2025-11-12 03:04:49 -08:00
parent f65a96fa98
commit e8c6efe9a3
2 changed files with 14 additions and 12 deletions

View file

@ -22,18 +22,7 @@
"flakes"
];
nix.settings.substituters = lib.mkForce [
"https://cache.nixos.org/"
"https://hyprland.cachix.org"
"https://cache.flox.dev"
"https://nix-community.cachix.org"
];
nix.settings.trusted-public-keys = lib.mkForce [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"flox-store-public-0:8c/B+kjIaQ+BloCmNkRUKwaVPFWkriSAd0JJvuDu4F0="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
nix.settings.trusted-users = [ "root" "death916" ];
zramSwap.enable = true;

View file

@ -33,6 +33,19 @@
# "flox-store-public-0:8c/B+kjIaQ+BloCmNkRUKwaVPFWkriSAd0JJvuDu4F0="
# "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
# ];
nix.settings.substituters = lib.mkForce [
"https://cache.nixos.org/"
"https://hyprland.cachix.org"
"https://cache.flox.dev"
"https://nix-community.cachix.org"
];
nix.settings.trusted-public-keys = lib.mkForce [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"flox-store-public-0:8c/B+kjIaQ+BloCmNkRUKwaVPFWkriSAd0JJvuDu4F0="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
services.greetd = {
enable = true;
settings = {