homeserver/restic: move module to subdirectory
This commit is contained in:
parent
b27a29dc90
commit
d8da0af6ac
3 changed files with 8 additions and 1 deletions
|
|
@ -3,13 +3,13 @@
|
|||
{
|
||||
imports = [
|
||||
./grafana
|
||||
./restic
|
||||
./caddy.nix
|
||||
./cloudflared.nix
|
||||
./jellyfin.nix
|
||||
./kanidm.nix
|
||||
./nextcloud.nix
|
||||
./ntfy.nix
|
||||
./restic.nix
|
||||
./sops.nix
|
||||
./uptime-kuma.nix
|
||||
./vaultwarden.nix
|
||||
|
|
|
|||
7
modules/nixos/services/homeserver/restic/default.nix
Normal file
7
modules/nixos/services/homeserver/restic/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./backups.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue