refact, beets 3.14py

This commit is contained in:
2026-04-21 12:19:47 +03:00
parent 58d631c0fb
commit 86e20597a7
3 changed files with 132 additions and 120 deletions
+15 -15
View File
@@ -85,21 +85,21 @@
};
# Builds
systemd.services."podman-build-openhands-app" = {
enable = false;
path = [
pkgs.podman
pkgs.git
];
serviceConfig = {
Type = "oneshot";
TimeoutSec = 300;
};
script = ''
cd ${xlib.dirs.services-mnt-folder}/containers/openhands/source
podman build -t openhands:latest -f ./containers/app/Dockerfile .
'';
};
# systemd.services."podman-build-openhands-app" = {
# enable = false;
# path = [
# pkgs.podman
# pkgs.git
# ];
# serviceConfig = {
# Type = "oneshot";
# TimeoutSec = 300;
# };
# script = ''
# cd ${xlib.dirs.services-mnt-folder}/containers/openhands/source
# podman build -t openhands:latest -f ./containers/app/Dockerfile .
# '';
# };
# Root service
# When started, this will automatically create all resources and start