Compare commits
1 commit
5f1f973f72
...
b2e5d28f2b
Author | SHA1 | Date | |
---|---|---|---|
b2e5d28f2b |
1 changed files with 24 additions and 22 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
nix.settings = {
|
nix = {
|
||||||
|
settings = {
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"nerflap2-1:pDZCg0oo9PxNQxwVSQSvycw7WXTl53PGvVeZWvxuqJc="
|
"nerflap2-1:pDZCg0oo9PxNQxwVSQSvycw7WXTl53PGvVeZWvxuqJc="
|
||||||
"gonne.mathebau.de-1:FsXFyFiBFE/JxC9MCkt/WuiXjx5dkRI9RXj0FxOQrV0="
|
"gonne.mathebau.de-1:FsXFyFiBFE/JxC9MCkt/WuiXjx5dkRI9RXj0FxOQrV0="
|
||||||
|
@ -10,7 +11,7 @@
|
||||||
];
|
];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
fallback = true;
|
fallback = true;
|
||||||
builders-use-substitus = true;
|
builders-use-substitutes = true;
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
persistent = true;
|
persistent = true;
|
||||||
|
@ -22,4 +23,5 @@
|
||||||
dates = [];
|
dates = [];
|
||||||
automatic = true;
|
automatic = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue