diff --git a/common/configuration.nix b/common/configuration.nix index 94ad212..3e49ce1 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -45,4 +45,8 @@ users.users.root = { # Enable the OpenSSH daemon. services.openssh.enable = true; + + #Enable flakes + + experimental-features = nix-command flakes } \ No newline at end of file