]> Repositories - machines.git/commitdiff
Enable nix command and Flakes experimental features
authorAyo Reis <hey@ayoreis.com>
Wed, 18 Feb 2026 17:29:21 +0000 (17:29 +0000)
committerAyo Reis <hey@ayoreis.com>
Wed, 18 Feb 2026 17:29:21 +0000 (17:29 +0000)
levanter/configuration.nix

index 0f3fa436cec227462cc67a88af0afa3a3af5a1ed..61c0a2c5b66a11e01765a44cb353376977befbf8 100644 (file)
@@ -32,5 +32,9 @@
        };
 
        system.stateVersion = "26.05";
-       nix.settings.trusted-users = [ "ayo" ];
+
+       nix.settings = {
+               trusted-users = [ "ayo" ];
+               experimental-features = [ "nix-command" "flakes" ];
+       };
 }