1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21:08 +01:00

yta: download opus

This commit is contained in:
2025-10-06 12:29:29 +02:00
parent 4a77a20c9e
commit 31e6b28b72
3 changed files with 27 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
config,
pkgs,
lib,
inputs,
...
}: let
inherit (import ../../lib) kieran retiolumAddresses restic;
@@ -14,8 +15,8 @@ in {
./hledger.nix
./go-webring.nix
./gemini.nix
./ical-ephemeris.nix
./wallabag.nix
./alew.nix
../../configs/monitoring.nix
../../configs/mycelium.nix
../../configs/tor.nix
@@ -71,14 +72,6 @@ in {
];
};
services.nginx.virtualHosts."ical-ephemeris.kmein.de" = {
addSSL = true;
enableACME = true;
locations."/" = {
root = "/var/www/ical-ephemeris";
};
};
users.users.servant = {
isSystemUser = true;
group = "servant";