diff --git a/configuration.nix b/configuration.nix index e05d14a..2cfab0e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -76,14 +76,6 @@ nix = { # optimize the store optimise.automatic = true; - - # enable flakes! - settings = { - experimental-features = [ - "nix-command" - "flakes" - ]; - }; }; boot = {