flocon/hosts/common/default.nix

9 lines
72 B
Nix
Raw Normal View History

_:
2024-09-05 12:11:19 +00:00
{
imports = [
./system
./syncthing
./sops.nix
];
}