mirror of
https://github.com/RGBCube/NCC
synced 2025-05-14 03:54:59 +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
|
||||
inherit (lib) genAttrs mkConst mkIf remove;
|
||||
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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue