mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
chore: get secrets via input, mock for CI
this fixes CI, yay!
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
inherit (import ../lib) tmpfilesConfig;
|
||||
@@ -97,7 +98,7 @@ in {
|
||||
];
|
||||
|
||||
age.secrets.mega-password = {
|
||||
file = ../secrets/mega-password.age;
|
||||
file = inputs.secrets + "/mega-password.age";
|
||||
owner = config.users.users.me.name;
|
||||
group = config.users.users.me.group;
|
||||
mode = "400";
|
||||
|
||||
Reference in New Issue
Block a user