snowflake/hosts/tsuki/services/default.nix

8 lines
86 B
Nix

{ ... }:
{
imports = [
./restic.nix
./atticd.nix
./hydroxide.nix
];
}