Set timezone for server
This commit is contained in:
parent
61bf7ec053
commit
ce2d2f3851
2 changed files with 15 additions and 0 deletions
1
clients/quadraticserver/timezone.nix
Normal file
1
clients/quadraticserver/timezone.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{time.timeZone = "America/Toronto";}
|
14
clients/quadraticserver/vaultwarden.nix
Normal file
14
clients/quadraticserver/vaultwarden.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
services = {
|
||||
vaultwarden = {
|
||||
enable = true;
|
||||
config = {
|
||||
domain = "https://vaultwarden.henryhiles.com";
|
||||
signupsAllowed = false;
|
||||
rocketAddress = "127.0.0.1";
|
||||
passwordHintsAllowed = false;
|
||||
};
|
||||
};
|
||||
caddy.virtualHosts."vaultwarden.henryhiles.com".extraConfig = "reverse_proxy 127.0.0.1:8000";
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue