flocon/hosts/common/default.nix

8 lines
78 B
Nix

{ ... }:
{
imports = [
./system
./syncthing
./sops.nix
];
}