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 = [
|
imports = [
|
||||||
./grafana
|
./grafana
|
||||||
|
./restic
|
||||||
./caddy.nix
|
./caddy.nix
|
||||||
./cloudflared.nix
|
./cloudflared.nix
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./kanidm.nix
|
./kanidm.nix
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
./ntfy.nix
|
./ntfy.nix
|
||||||
./restic.nix
|
|
||||||
./sops.nix
|
./sops.nix
|
||||||
./uptime-kuma.nix
|
./uptime-kuma.nix
|
||||||
./vaultwarden.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