Files
platform/modules.bak/modules.nix
2021-01-09 13:19:45 +01:00

8 lines
63 B
Nix

{
imports = [
./os.nix
./fs.nix
./k8s.nix
];
}