Don't set the backend
This commit is contained in:
parent
af2a46c0c7
commit
1ed0377294
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue