mirror of
https://github.com/RGBCube/ncc
synced 2025-05-19 17:15:08 +00:00
feat: don't back up to disk host
This commit is contained in:
parent
c813fffb73
commit
63b5c41b96
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, ... }: let
|
{ config, lib, ... }: let
|
||||||
inherit (lib) genAttrs mkConst mkIf remove;
|
inherit (lib) genAttrs mkConst mkIf remove;
|
||||||
in{
|
in{
|
||||||
options.services.restic.hosts = mkConst <| remove config.networking.hostName [ "disk" "nine" "best" ];
|
options.services.restic.hosts = mkConst remove config.networking.hostName [ "nine" "best" ];
|
||||||
|
|
||||||
config.secrets.resticPassword.file = mkIf config.isServer ./password.age;
|
config.secrets.resticPassword.file = mkIf config.isServer ./password.age;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue