nix/host/fsight/default.nix

13 lines
141 B
Nix

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