mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
9 lines
86 B
Nix
Executable File
9 lines
86 B
Nix
Executable File
{ config, pkgs, ... }:
|
|
let
|
|
in
|
|
{
|
|
virtualisation = {
|
|
docker.enable = true;
|
|
};
|
|
}
|