aly/rbw: use passwords.raffauflabs.com
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-27 21:35:06 -04:00
parent c94f6681af
commit 21dd608ae7
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@
enable = true;
settings = {
base_url = "https://passwords.raffauflabs.com";
email = "alyraffauf@fastmail.com";
lock_timeout = 14400;
};

View file

@ -3,6 +3,7 @@
domain = "raffauflabs.com";
in {
networking = {
hosts."127.0.0.1" = ["passwords.${domain}"];
firewall.allowedTCPPorts = [80 443 2379 2380 6443];
firewall.allowedUDPPorts = [8472];
};