feat: Add NixOS module

This commit is contained in:
Jesse Wierzbinski 2025-04-15 11:15:17 +02:00
parent 37bc4458e5
commit 385997cdcc
No known key found for this signature in database
2 changed files with 181 additions and 1 deletions

View file

@ -31,5 +31,10 @@
inherit (pkgs) versia-server versia-server-worker;
default = self.packages.${system}.versia-server;
};
});
})
// {
nixosModules = {
versia-server = import ./nix/module.nix;
};
};
}