diff --git a/flake.nix b/flake.nix index c8cddf2..dc4af3a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,4 @@ { - description = "Go Project Template"; inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; outputs = { @@ -19,6 +18,11 @@ default = pkgsForEach.${system}.callPackage ./nix/shell.nix {}; }); + nixosModules = { + watchdog = import ./nix/module.nix self; + default = self.nixosModules.watchdog; + }; + hydraJobs = self.packages; }; }