feat(battery-manager): Switch to rust version
This commit is contained in:
parent
3c7b6a7163
commit
586ab969a4
4 changed files with 799 additions and 66 deletions
configuration
|
@ -1,18 +1,11 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = ../keys/production.yaml;
|
||||
|
||||
secrets = {
|
||||
"battery-manager/email" = lib.mkIf config.services.batteryManager.enable {
|
||||
owner = "battery-manager";
|
||||
group = "battery-manager";
|
||||
};
|
||||
"battery-manager/email" = { };
|
||||
|
||||
"battery-manager/password" = lib.mkIf config.services.batteryManager.enable {
|
||||
owner = "battery-manager";
|
||||
group = "battery-manager";
|
||||
};
|
||||
"battery-manager/password" = { };
|
||||
|
||||
# Gitea
|
||||
"forgejo/metrics-token" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue