refactor: Nix things...

This commit is contained in:
Madeleine Sydney
2025-03-10 15:16:47 -06:00
parent 0f68dd79e3
commit 2f7221b433
3 changed files with 10 additions and 131 deletions

View File

@@ -104,6 +104,9 @@
nix = {
settings = {
trusted-users = [
"@wheel"
];
substituters = [
"https://cache.deertopia.net"
"https://nix-community.cachix.org"
@@ -111,7 +114,6 @@
];
trusted-public-keys = [
(builtins.readFile ../../public-keys/deertopia-cache.pub.pem)
"binarycache.example.com-1:dsafdafDFW123fdasfa123124FADSAD"
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};