This commit is contained in:
death916 2025-11-09 03:30:41 -08:00
parent 8bf0f914c3
commit 85b1149b85
2 changed files with 2 additions and 18 deletions

View file

@ -22,12 +22,12 @@
"flakes"
];
nix.settings.substituters = [
nix.settings.substituters = lib.mkForce [
"https://hyprland.cachix.org"
"https://cache.flox.dev"
"https://nix-community.cachix.org"
];
nix.settings.trusted-public-keys = [
nix.settings.trusted-public-keys = lib.mkForce [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"flox-store-public-0:8c/B+kjIaQ+BloCmNkRUKwaVPFWkriSAd0JJvuDu4F0="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="

View file

@ -23,22 +23,6 @@
../modules/nixos/laptop/restic.nix
];
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
nix.settings.substituters = [
"https://hyprland.cachix.org"
"https://cache.flox.dev"
"https://nix-community.cachix.org"
];
nix.settings.trusted-public-keys = [
"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 = {