This commit is contained in:
jopejoe1 2024-01-19 08:09:44 +01:00
parent bd82eb5832
commit cf9261966c
4 changed files with 101 additions and 43 deletions

View file

@ -10,10 +10,12 @@ in {
substituters = lib.mkForce [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
"https://surrealdb.cachix.org"
];
trusted-public-keys = lib.mkForce [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"surrealdb.cachix.org-1:rbm7Qs+s36pxbfk9jhIa5HRld6gZ63koZz1h/9sSxaA="
];
trusted-users = [ "root" ];
sandbox = true;