System Gen216 @ 2025-11-26-15:46:35 by jonas@comfy-station
This commit is contained in:
@@ -29,9 +29,14 @@
|
||||
key = "adminPassword";
|
||||
};
|
||||
|
||||
# Configure nix and garbage collection
|
||||
# gc settings and binary caches
|
||||
nix = {
|
||||
settings = {
|
||||
substituters = [
|
||||
"https://aseipp-nix-cache.freetls.fastly.net"
|
||||
"https://nix-community.cachix.org"
|
||||
"https://cache.nixos.org/"
|
||||
];
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user