diff --git a/flake.nix b/flake.nix index e32d28bea5..ab9746b44e 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,8 @@ outputs = { self, nixpkgs }: { + nixosModules.sharkey-service = ( import ./sharkey-service.nix ); + nixosConfigurations.container = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules =