diff --git a/flake.nix b/flake.nix index a48917c..cfb4085 100644 --- a/flake.nix +++ b/flake.nix @@ -127,16 +127,16 @@ } ); - flake.nixosModules = { - pgbackrest = ./modules/pgbackrest.nix; - }; + flake.nixosModules = { + pgbackrest = ./modules/pgbackrest.nix; + }; - flake.overlays = { - default = lib.composeManyExtensions overlays; - list = overlays; - }; + flake.overlays = { + default = lib.composeManyExtensions overlays; + list = overlays; + }; - flake.lib = {inherit constants;}; + flake.lib = {inherit constants;}; perSystem = { pkgs,