1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 18:17:44 +00:00

fix: fix stuff

This commit is contained in:
RGBCube 2025-05-01 02:19:33 +03:00
parent 2582b7ba97
commit 2f84b14808
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
6 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{ config, lib, ... }: let
inherit (lib) genAttrs mkConst mkIf remove;
in{
options.services.restic.hosts = mkConst remove config.networking.hostName [ "nine" "best" ];
options.services.restic.hosts = mkConst <| remove config.networking.hostName [ "nine" "best" ];
config.secrets.resticPassword.file = mkIf config.isServer ./password.age;