Atuin
This commit is contained in:
parent
e7167055b2
commit
0711b7cbb1
1 changed files with 12 additions and 0 deletions
|
@ -311,6 +311,10 @@ in {
|
||||||
reverse_proxy :8000
|
reverse_proxy :8000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
atuin.h.lyte.dev {
|
||||||
|
reverse_proxy :${toString config.services.atuin.port}
|
||||||
|
}
|
||||||
|
|
||||||
# lidarr.h.lyte.dev {
|
# lidarr.h.lyte.dev {
|
||||||
# reverse_proxy :8686
|
# reverse_proxy :8686
|
||||||
# }
|
# }
|
||||||
|
@ -472,6 +476,10 @@ in {
|
||||||
name = "nextcloud";
|
name = "nextcloud";
|
||||||
ensureDBOwnership = true;
|
ensureDBOwnership = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "atuin";
|
||||||
|
ensureDBOwnership = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
dataDir = "/storage/postgres";
|
dataDir = "/storage/postgres";
|
||||||
enableTCPIP = true;
|
enableTCPIP = true;
|
||||||
|
@ -485,6 +493,7 @@ in {
|
||||||
local sameuser all peer map=superuser_map
|
local sameuser all peer map=superuser_map
|
||||||
local plausible plausible peer map=superuser_map
|
local plausible plausible peer map=superuser_map
|
||||||
local nextcloud nextcloud peer map=superuser_map
|
local nextcloud nextcloud peer map=superuser_map
|
||||||
|
local atuin atuin peer map=superuser_map
|
||||||
|
|
||||||
# lan ipv4
|
# lan ipv4
|
||||||
host all all 10.0.0.0/24 trust
|
host all all 10.0.0.0/24 trust
|
||||||
|
@ -717,6 +726,9 @@ in {
|
||||||
|
|
||||||
services.atuin = {
|
services.atuin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
database = {
|
||||||
|
createLocally = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.oci-containers.backend = "podman";
|
virtualisation.oci-containers.backend = "podman";
|
||||||
|
|
Loading…
Reference in a new issue