working on ollama + pnxvpn

This commit is contained in:
nx2
2024-03-06 22:22:27 +01:00
parent 9ae85efdcb
commit c4008417df
4 changed files with 62 additions and 5 deletions

View File

@@ -39,7 +39,7 @@
nx2 = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home.nix ];
extraSpecialArgs = {inherit user allowed secrets;};
extraSpecialArgs = {inherit system user allowed secrets;};
};
};