Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 718 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 718 Bytes

built with garnix

garnix-lib

Nix helpers for garnix users

lib.getHashSubdomain

Type: nixosConfiguration -> string

Gets the domain for a nixosConfiguration deployed with garnix (without persistence enabled). Use this to communicate between machines.

nixosModules.garnix

Type: module

Sets necessary parameters for a server deployed with garnix. To use it, import the module into your nix configuration, then set garnix.server.enable to true.

Additionally provides the garnix.server.persistence option.