nix/host/fsight/default.nix

9 lines
87 B
Nix

{ ... }: {
imports = [
./Grub.nix
./Root.nix
];
module.docker.enable = true;
}