snowflake/hosts/tsuki/services/default.nix

8 lines
84 B
Nix

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