snowflake/hosts/tsuki/services/default.nix

9 lines
86 B
Nix
Raw Normal View History

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