mirror of
https://github.com/kmein/niveum
synced 2026-03-23 21:21:08 +01:00
chore: get secrets via input, mock for CI
this fixes CI, yay!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
inherit (import ../../lib) kieran;
|
||||
@@ -205,7 +205,7 @@ in {
|
||||
};
|
||||
|
||||
age.secrets.weechat-sec = {
|
||||
file = ../../secrets/weechat-sec.conf.age;
|
||||
file = inputs.secrets + "/weechat-sec.conf.age";
|
||||
path = "/var/lib/weechat/sec.conf";
|
||||
owner = "weechat";
|
||||
group = "weechat";
|
||||
|
||||
Reference in New Issue
Block a user