feat: add self-hosted cache server

This commit is contained in:
danny 2025-09-25 19:58:19 +08:00
parent 05bc6a185f
commit 69705431bf
16 changed files with 313 additions and 95 deletions

View file

@ -1,11 +1,13 @@
{ osConfig, pkgs, ... }:
let
shellAlias = import ./shellAlias.nix { hostname = osConfig.networking.hostName; };
remoteRebuld = pkgs.callPackage ../scripts/remoteRebuild.nix { };
in
{
home.packages = with pkgs; [
# Shell
grc
remoteRebuld
];
programs = {