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