mob next [ci-skip] [ci skip] [skip ci]

lastFile:vars/per-machine/rigel/inventree/secret-key/secret
This commit is contained in:
2025-11-10 17:08:06 +07:00
parent b541e9ff4c
commit cf27093134
37 changed files with 1524 additions and 2 deletions

7
overlays/default.nix Normal file
View File

@@ -0,0 +1,7 @@
{ inputs, ... }:
{
flake.overlays = {
default = final: prev: import (../pkgs/overlay.nix) inputs final prev;
};
}