https://git.jolheiser.com/mint.git
1 2 3 4 5 6 7 8 9 10 11 12 13
{ imports = [ ./module.nix ]; services.getty.autologinUser = "root"; services.mint = { enable = true; address = "0.0.0.0"; settings = { MINT_OIDC_CONFIG_URL = ""; MINT_OIDC_CLIENT_ID = ""; }; environmentFile = ./vm.env; }; }