move wireguard peers list to vars thing

This commit is contained in:
xunuwu 2025-06-18 22:11:07 +02:00
parent c1feb04fcc
commit d1df4951ad
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 94 additions and 65 deletions

View file

@ -13,7 +13,11 @@
};
systemProfiles = _load ./sys/profiles;
homeProfiles = _load ./home;
vars = import ./vars;
vars = haumea.lib.load {
src = ./vars;
inputs.lib = nixpkgs.lib;
transformer = haumea.lib.transformers.liftDefault;
};
l = nixpkgs.lib;
b = builtins;
in