mirror of
http://code.capytal.cc/dot013/spacestation.git
synced 2026-01-15 23:46:13 -03:00
12 lines
162 B
Nix
12 lines
162 B
Nix
{ ... }: {
|
|
imports = [
|
|
./prata-music.nix
|
|
];
|
|
virtualisation = {
|
|
docker.enable = true;
|
|
oci-containers = {
|
|
backend = "docker";
|
|
};
|
|
};
|
|
}
|