snowflake/hosts/tsuki/services/default.nix
2024-05-02 03:13:23 -04:00

8 lines
84 B
Nix

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