Skip to content

Commit ca0682b

Browse files
committed
use the personal new cachix cache
1 parent 5cfc32b commit ca0682b

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

home/desktop.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ in {
6262
mission-center # System Monitor (Rust)
6363
newsflash # GTK4/Libadwaita RSS Reader (Rust)
6464
drawing # GTK image editor (MS Paint-like)
65+
gnome-calculator # GTK4/libadwaita scientific + programming calculator
6566
];
6667

6768
xdg = {

modules/core/system.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ in {
3434
keep-derivations = true;
3535
keep-outputs = true;
3636
# Explicitly lock substituters to prevent rogue cache injection
37-
substituters = ["https://cache.nixos.org"];
38-
trusted-public-keys = ["cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="];
37+
substituters = [
38+
"https://cache.nixos.org"
39+
"https://izaac-nix.cachix.org"
40+
];
41+
trusted-public-keys = [
42+
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
43+
"izaac-nix.cachix.org-1:ff3lZcS/eWO6i3+BXAds6MbSnEzDe2HMWvTY2bcoXDk="
44+
];
3945
# Ensure sandbox is on (default, but explicit)
4046
sandbox = true;
4147
};

0 commit comments

Comments
 (0)