Skip to content

Commit 9f7da18

Browse files
committed
backup: Move from common to altair
1 parent cb30e86 commit 9f7da18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common/default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
imports = [
55
agenix.nixosModules.default
66

7-
./backup.nix
87
./flatpak.nix
98
./http.nix
109
./mail.nix

common/backup.nix machines/altair/backup.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{ config, ... }:
22

33
{
4-
age.secrets.backup-passphrase.file = ../secrets/backup-passphrase.age;
5-
age.secrets.backup-ssh-key.file = ../secrets/backup-ssh-key.age;
6-
age.secrets.backup-ssh-known-hosts.file = ../secrets/backup-ssh-known-hosts.age;
4+
age.secrets.backup-passphrase.file = ../../secrets/backup-passphrase.age;
5+
age.secrets.backup-ssh-key.file = ../../secrets/backup-ssh-key.age;
6+
age.secrets.backup-ssh-known-hosts.file = ../../secrets/backup-ssh-known-hosts.age;
77

88
services.borgbackup.jobs.default = {
99
repo = "ssh://[email protected]:23/./dolphin";

machines/altair/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ in {
66
imports = [
77
my.modules
88

9+
./backup.nix
910
./emulation.nix
1011
./hypervisor.nix
1112
./hardware.nix

0 commit comments

Comments
 (0)