move duplicity out of modules -> hosts

This commit is contained in:
Colin 2023-01-30 11:11:42 +00:00
parent 3653776399
commit 854977c3aa
4 changed files with 7 additions and 1 deletions

View File

@ -8,6 +8,7 @@
./hostnames.nix
./hosts.nix
./roles
./services
./wg-home.nix
];
}

View File

@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./duplicity.nix
];
}

View File

@ -1,7 +1,6 @@
{ ... }:
{
imports = [
./duplicity.nix
./dyn-dns.nix
./kiwix-serve.nix
./mautrix-signal.nix