snowflake/hosts/tsuki/services/default.nix

8 lines
88 B
Nix
Raw Normal View History

2023-06-02 23:30:30 -04:00
{...}: {
imports = [
./restic.nix
2024-05-02 00:58:11 -04:00
# ./atticd.nix
2023-09-24 20:23:56 -04:00
./hydroxide.nix
2023-06-02 23:30:30 -04:00
];
}