refactor: Nix things...
This commit is contained in:
@@ -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="
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user