mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
pangolin
This commit is contained in:
parent
8db07e8db6
commit
add8e855bc
1 changed files with 6 additions and 1 deletions
|
|
@ -2,7 +2,12 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
# Runtime
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
};
|
||||
virtualisation.oci-containers.backend = "docker";
|
||||
# Containers
|
||||
virtualisation.oci-containers.containers."gerbil" = {
|
||||
image = "fosrl/gerbil:latest";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue