mirror of
https://github.com/kmein/niveum
synced 2026-03-23 05:11:08 +01:00
move back to zaatar
This commit is contained in:
16
systems/zaatar/atuin.nix
Normal file
16
systems/zaatar/atuin.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{pkgs, ...}: {
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
databases = ["atuin"];
|
||||
};
|
||||
|
||||
services.postgresql.package = pkgs.postgresql_14;
|
||||
|
||||
services.atuin = {
|
||||
host = "0.0.0.0";
|
||||
openFirewall = true;
|
||||
openRegistration = true;
|
||||
port = 8888;
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user