This commit is contained in:
biscuit
2025-05-20 21:23:55 -05:00
parent 45ce1678d1
commit dfec0bc5da
2 changed files with 1 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{pkgs, ...}: {
imports = [
../system/vpn.nix
../pkgs/delfin/biscuit.nix
];
}