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

chore: decomission cube host

This commit is contained in:
RGBCube 2025-02-28 00:38:07 +03:00
parent 20875f0632
commit 765cc3ca49
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
9 changed files with 2 additions and 119 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 [ "cube" "disk" "nine" "best" ];
options.services.restic.hosts = mkConst <| remove config.networking.hostName [ "disk" "nine" "best" ];
config.secrets.resticPassword.file = mkIf config.isServer ./password.age;