mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:13:55 -05:00
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
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:
parent
c94f6681af
commit
21dd608ae7
|
@ -36,6 +36,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
base_url = "https://passwords.raffauflabs.com";
|
||||||
email = "alyraffauf@fastmail.com";
|
email = "alyraffauf@fastmail.com";
|
||||||
lock_timeout = 14400;
|
lock_timeout = 14400;
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
domain = "raffauflabs.com";
|
domain = "raffauflabs.com";
|
||||||
in {
|
in {
|
||||||
networking = {
|
networking = {
|
||||||
|
hosts."127.0.0.1" = ["passwords.${domain}"];
|
||||||
firewall.allowedTCPPorts = [80 443 2379 2380 6443];
|
firewall.allowedTCPPorts = [80 443 2379 2380 6443];
|
||||||
firewall.allowedUDPPorts = [8472];
|
firewall.allowedUDPPorts = [8472];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue