nix run github:astro/deadnix

This commit is contained in:
2023-09-30 17:06:41 +03:00
parent 305eba5d2e
commit 0e9f90a960
18 changed files with 16 additions and 30 deletions

View File

@@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}: {
{...}: {
imports = [
./borgstor
./certget

View File

@@ -4,7 +4,6 @@
pkgs,
...
}: let
cfg = config.mj.services.deployerbot;
mkOptional = {
derivationTarget,
pingTarget,

View File

@@ -1,7 +1,6 @@
{
config,
lib,
myData,
...
}: {
options.mj.services.friendlyport = with lib.types; {

View File

@@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
myData,
...
}: let

View File

@@ -2,7 +2,6 @@
config,
lib,
pkgs,
myData,
...
}: {
options.mj.services.matrix-synapse = with lib.types; {

View File

@@ -6,7 +6,6 @@
}: let
cfg = config.mj.services.nsd-acme;
mkHook = zone: let
rc = config.services.nsd.remoteControl;
fullZone = "_acme-endpoint.${zone}";
in
pkgs.writeShellScript "nsd-acme-hook" ''
@@ -188,7 +187,7 @@ in {
systemd.timers =
lib.mapAttrs'
(
zone: cfg:
zone: _:
lib.nameValuePair "nsd-acme-${zone}" {
description = "nsd-acme for zone ${zone}";
wantedBy = ["timers.target"];

View File

@@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
myData,
...
}: let