sops for initial user password

This commit is contained in:
Clara Dautermann 2025-04-15 19:01:08 +02:00
parent 84072ee09b
commit b521cb1e72
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 43 additions and 34 deletions

View file

@ -10,8 +10,8 @@ in
ROCKET_ADDRESS = "192.168.178.51";
DOMAIN = "http://192.168.178.51";
ROCKET_PORT = port;
ADMIN_TOKEN =
ADMIN_TOKEN =
};
};
};
networking.firewall.allowedTCPPorts = [ port ];
}
networking.firewall.allowedTCPPorts = [ port ];
}