mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
imp
This commit is contained in:
parent
ee7dc9db2c
commit
0779884c9c
2 changed files with 5 additions and 1 deletions
|
|
@ -36,7 +36,10 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
nix.settings.sandbox = "relaxed";
|
||||
nix.settings = {
|
||||
sandbox = "relaxed";
|
||||
extra-experimental-features = [ "impure-derivations" "ca-derivations" ];
|
||||
};
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue