atuin config: init
This commit is contained in:
parent
3994bed18f
commit
1b8095b821
12
2configs/deployment/atuin.nix
Normal file
12
2configs/deployment/atuin.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
services.atuin = {
|
||||
enable = true;
|
||||
maxHistory = 900001;
|
||||
};
|
||||
services.postgresql.enable = true;
|
||||
services.nginx.virtualHosts."atuin.euer.krebsco.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://localhost:${config.services.atuin.port}";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue