mirror of
https://github.com/dolphin-emu/sadm
synced 2025-10-05 15:52:43 +02:00
backup: Move from common to altair
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
imports = [
|
||||
agenix.nixosModules.default
|
||||
|
||||
./backup.nix
|
||||
./flatpak.nix
|
||||
./http.nix
|
||||
./mail.nix
|
||||
|
@@ -1,9 +1,9 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
age.secrets.backup-passphrase.file = ../secrets/backup-passphrase.age;
|
||||
age.secrets.backup-ssh-key.file = ../secrets/backup-ssh-key.age;
|
||||
age.secrets.backup-ssh-known-hosts.file = ../secrets/backup-ssh-known-hosts.age;
|
||||
age.secrets.backup-passphrase.file = ../../secrets/backup-passphrase.age;
|
||||
age.secrets.backup-ssh-key.file = ../../secrets/backup-ssh-key.age;
|
||||
age.secrets.backup-ssh-known-hosts.file = ../../secrets/backup-ssh-known-hosts.age;
|
||||
|
||||
services.borgbackup.jobs.default = {
|
||||
repo = "ssh://u189211@u189211.your-storagebox.de:23/./dolphin";
|
@@ -6,6 +6,7 @@ in {
|
||||
imports = [
|
||||
my.modules
|
||||
|
||||
./backup.nix
|
||||
./emulation.nix
|
||||
./hypervisor.nix
|
||||
./hardware.nix
|
||||
|
Reference in New Issue
Block a user