229 current 2025-06-13 01:27:52 25.11.20250607.3e3afe5 6.15.1 *
This commit is contained in:
@@ -20,7 +20,11 @@
|
||||
};
|
||||
|
||||
# Optimize store
|
||||
nix.settings.auto-optimise-store = true;
|
||||
nix.settings = {
|
||||
auto-optimise-store = true;
|
||||
download-buffer-size = 524288000;
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
};
|
||||
|
||||
# Allow power management
|
||||
powerManagement.enable = true;
|
||||
@@ -66,9 +70,6 @@
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
# Enable Flakes
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
Reference in New Issue
Block a user