infrastructure/systems/kuwubernetes/default.nix

7 lines
79 B
Nix

_: {
arch = "x86_64";
type = "NixOS";
modules = [
./nixos.nix
];
}