diff --git a/system/configuration.nix b/system/configuration.nix index a8e55bb..be431ae 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -124,13 +124,11 @@ in # Flakes settings package = pkgs.nixFlakes; - extraOptions = '' - experimental-features = nix-command flakes - ''; - settings = { auto-optimise-store = true; + experimental-features = [ "nix-command" "flakes" ]; + trusted-users = [ "root" "janabhumi" ]; }; };