mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
fix: fix readeck after 25.05
This commit is contained in:
parent
c5ba0c0fbd
commit
99c14cefa0
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,4 @@
|
||||||
{ config, inputs, ... }:
|
{ config, ... }:
|
||||||
let
|
|
||||||
inherit (import inputs.unstable { }) readeck;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
|
|
||||||
age.secrets."readeck-config".file = ../../secrets/readeck-config.age;
|
age.secrets."readeck-config".file = ../../secrets/readeck-config.age;
|
||||||
|
@ -16,7 +13,6 @@ in
|
||||||
|
|
||||||
services.readeck = {
|
services.readeck = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = readeck;
|
|
||||||
environmentFile = config.age.secrets."readeck-config".path;
|
environmentFile = config.age.secrets."readeck-config".path;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue