feat: move substitutors list to common
This commit is contained in:
parent
dab39700c1
commit
feb5799049
6 changed files with 34 additions and 101 deletions
|
|
@ -25,22 +25,6 @@
|
|||
networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
};
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
# auto optimise every so often
|
||||
auto-optimise-store = true;
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
substituters = [ ];
|
||||
trusted-public-keys = [ ];
|
||||
|
||||
allowed-uris = [
|
||||
"github:"
|
||||
"gitlab:"
|
||||
];
|
||||
};
|
||||
gc.automatic = false;
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue