mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Add actual budget docker container
This commit is contained in:
parent
84c8bf86e3
commit
982dc99e7a
4 changed files with 55 additions and 2 deletions
8
hosts/stratus/containers/docker/default.nix
Normal file
8
hosts/stratus/containers/docker/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = lib.mapAttrsToList (name: _: ./${name}) (
|
||||
lib.filterAttrs (_: value: value == "directory") (builtins.readDir ./.)
|
||||
);
|
||||
|
||||
virtualisation.oci-containers.backend = "docker";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue