chore: maintain

This commit is contained in:
danny 2026-01-20 13:41:53 +08:00
parent 2378a66114
commit 25482857d4
58 changed files with 1095 additions and 747 deletions

View file

@ -1,16 +1,18 @@
{
self,
config,
lib,
pkgs,
...
}:
let
inherit (config.networking) hostName;
serverCfg = self.nixosConfigurations.dn-server.config;
inherit (config.systemConf) username;
inherit (lib) optionalString;
inherit (serverCfg.services.nextcloud) hostName;
memeSelector = pkgs.callPackage ../../../../home/scripts/memeSelector.nix {
url = "https://nextcloud.net.dn/public.php/dav/files/pygHoPB5LxDZbeY/";
url = "https://${hostName}/public.php/dav/files/pygHoPB5LxDZbeY/";
};
in
{