minor tweaks

This commit is contained in:
Satria 2026-03-02 21:51:09 +07:00
commit 4bf14275e7
3 changed files with 23 additions and 21 deletions

View file

@ -1,14 +1,6 @@
{ lib, ... }: let
stacks-dir = "/opt/stacks";
in {
virtualisation = {
oci-containers.backend = "docker";
docker = {
enable = true;
autoPrune.enable = true;
};
};
virtualisation.oci-containers.containers."dockge" = {
image = "louislam/dockge:latest";
environment = {