minor tweaks
This commit is contained in:
parent
914885b870
commit
4bf14275e7
3 changed files with 23 additions and 21 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue