mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-22 20:00:54 +01:00
feat(gustave): use upstream readeck
This commit is contained in:
parent
95d72019e1
commit
fbe8d060c5
3 changed files with 7 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
./nextcloud.nix
|
||||
./glance.nix
|
||||
./syncthing.nix
|
||||
"${inputs.unstable}/nixos/modules/services/web-apps/readeck.nix"
|
||||
];
|
||||
|
||||
machine.meta = {
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{ config, ... }:
|
||||
{ config, inputs, ... }:
|
||||
let
|
||||
inherit (import inputs.unstable { }) readeck;
|
||||
in
|
||||
{
|
||||
|
||||
age.secrets."readeck-config".file = ../../secrets/readeck-config.age;
|
||||
|
@ -13,6 +16,7 @@
|
|||
|
||||
services.readeck = {
|
||||
enable = true;
|
||||
configPath = config.age.secrets."readeck-config".path;
|
||||
package = readeck;
|
||||
environmentFile = config.age.secrets."readeck-config".path;
|
||||
};
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue