snowflake/hosts/ame/services/default.nix
notohh f934aa56b9
flake.nix: remove nixos-cosmic
ame: disable cosmic, add syncthing
2025-04-09 05:24:05 -04:00

6 lines
67 B
Nix

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