Home

mint @84a754032c835687e084cfa20c2ed041029debad - refs - log -
-
https://git.jolheiser.com/mint.git
Budget
mint / nix / vm.nix
- raw -
 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;
  };
}