Added sharkey-service nixos module

This commit is contained in:
Werner Kroneman 2024-12-05 15:33:12 +02:00
parent 73c128dbcb
commit 73bcc5df4e

View file

@ -3,6 +3,8 @@
outputs = { self, nixpkgs }: {
nixosModules.sharkey-service = ( import ./sharkey-service.nix );
nixosConfigurations.container = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules =