move restic to nixosModules
This commit is contained in:
parent
9bec6270ef
commit
9986100945
4 changed files with 10 additions and 5 deletions
|
@ -7,7 +7,6 @@
|
|||
./hardware-configuration.nix
|
||||
./network.nix
|
||||
../sops.nix
|
||||
../restic.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
@ -247,6 +246,7 @@
|
|||
sopsFile = ./secrets.yaml;
|
||||
};
|
||||
};
|
||||
custom.restic.enable = true;
|
||||
custom.restic.repositoryFile = config.sops.secrets.restic_repo_calcite.path;
|
||||
custom.restic.passwordFile = config.sops.secrets.restic_repo_calcite_password.path;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue