main
nix 9 lines 143 Bytes
Raw
1 {
2 imports = [
3 ./common/nix.nix
4 ./common/node-exporter.nix
5 ./common/shells.nix
6 ./common/ssh.nix
7 ./common/tools.nix
8 ];
9 }