From 73bcc5df4e84c6dbc1ac59270b9ed977064a69d1 Mon Sep 17 00:00:00 2001 From: Werner Kroneman Date: Thu, 5 Dec 2024 15:33:12 +0200 Subject: [PATCH] Added sharkey-service nixos module --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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 =