mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat: ✨ Add NixOS module
This commit is contained in:
parent
37bc4458e5
commit
385997cdcc
2 changed files with 181 additions and 1 deletions
|
|
@ -31,5 +31,10 @@
|
|||
inherit (pkgs) versia-server versia-server-worker;
|
||||
default = self.packages.${system}.versia-server;
|
||||
};
|
||||
});
|
||||
})
|
||||
// {
|
||||
nixosModules = {
|
||||
versia-server = import ./nix/module.nix;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue