add nix
This commit is contained in:
parent
11bc022d97
commit
f346fefe02
1 changed files with 12 additions and 0 deletions
|
|
@ -65,6 +65,18 @@
|
||||||
"osbm"
|
"osbm"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix = {
|
||||||
|
substituters = [
|
||||||
|
"https://nix-community.cachix.org" # nix-community cache
|
||||||
|
"http://wallfacer.curl-boga.ts.net:7080/main" # personal attic cache
|
||||||
|
];
|
||||||
|
|
||||||
|
trusted-public-keys = [
|
||||||
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
"main:2AjPdIsbKyoTGuw+4x2ZXMUT/353CXosW9pdbTQtjqw="
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "01:37";
|
dates = "01:37";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue