mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-02-23 08:27:10 +01:00
enable experimental features
This commit is contained in:
parent
b71f8ee636
commit
1602292781
|
@ -18,6 +18,7 @@
|
|||
settings = {
|
||||
substituters = ["https://nix-community.cachix.org" "https://cache.nixos.org/"];
|
||||
trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="];
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
|
|
Loading…
Reference in a new issue