File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
imports = [
5
5
agenix . nixosModules . default
6
6
7
- ./backup.nix
8
7
./flatpak.nix
9
8
./http.nix
10
9
./mail.nix
Original file line number Diff line number Diff line change 1
1
{ config , ... } :
2
2
3
3
{
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 ;
7
7
8
8
services . borgbackup . jobs . default = {
9
9
repo = "ssh://[email protected] :23/./dolphin" ;
Original file line number Diff line number Diff line change 6
6
imports = [
7
7
my . modules
8
8
9
+ ./backup.nix
9
10
./emulation.nix
10
11
./hypervisor.nix
11
12
./hardware.nix
You can’t perform that action at this time.
0 commit comments