diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/desktop/athena.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/desktop/athena.nix b/home/desktop/athena.nix index 6c1cbad..226841f 100644 --- a/home/desktop/athena.nix +++ b/home/desktop/athena.nix @@ -10,7 +10,11 @@ in { config = mkIf cfg.enable { local.athena-bccr = { enable = true; - gaudiHash = "sha256-EFVb3K/hQUD/u8/IftBAIYvSefwPqZDvcT8S9B860MM="; + + mirror = "https://public.posixlycorrect.com/dist/firma_digital"; + vendor = "athena"; + + gaudiHash = "sha256-zZpaMO57vyQqmtCnymUl+vm//IObDX2dfmp/0+OPb4M="; }; }; } |
