Don't set the backend

This commit is contained in:
niten 2023-07-22 10:38:19 -07:00
parent af2a46c0c7
commit 1ed0377294
1 changed files with 29 additions and 32 deletions

View File

@ -356,9 +356,7 @@ in {
];
virtualisation = {
arion = {
backend = "podman-socket";
projects.lemmy.settings = let
arion.projects.lemmy.settings = let
lemmyImage = makeLemmyImage {
port = cfg.port;
stateDirectory = cfg.state-directory;
@ -389,7 +387,6 @@ in {
};
in { imports = [ lemmyImage ]; };
};
};
services.nginx = {
enable = true;