mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
add wce cache as substitutor
This commit is contained in:
parent
d5c5d40d44
commit
c1d86390ff
1 changed files with 6 additions and 2 deletions
|
|
@ -2,8 +2,12 @@
|
|||
config = {
|
||||
system.stateVersion = "24.05";
|
||||
time.timeZone = "America/New_York";
|
||||
nix.settings.experimental-features = ["flakes" "nix-command"];
|
||||
nix.settings.trusted-users = ["@wheel"];
|
||||
nix.settings = {
|
||||
experimental-features = ["flakes" "nix-command"];
|
||||
trusted-users = ["@wheel"];
|
||||
substituters = [" https://cache.wanderingcrow.net/main"];
|
||||
trusted-public-keys = ["main:w2Ryiog6zSARbqXfTTYZmhg+FrEodWjCgyy9tYLZIAw="];
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue