diff --git a/appserver/incus.nix b/appserver/incus.nix index a95e662..6f592d9 100644 --- a/appserver/incus.nix +++ b/appserver/incus.nix @@ -3,6 +3,7 @@ virtualisation.incus = { enable = true; ui.enable = true; + package = pkgs.incus; }; environment.systemPackages = with pkgs; [ diff --git a/proxy/configuration.nix b/proxy/configuration.nix index 5804e04..2860242 100644 --- a/proxy/configuration.nix +++ b/proxy/configuration.nix @@ -58,6 +58,13 @@ in # enableACME = true; # locations."/".proxyPass = "/var/wwww/homepage/"; #}; + } + #streamConfig = '' +# server { +# listen 22; +# proxy_pass apps:22 +# } + # ''; }; }; # acme let's encrypt diff --git a/workstation/ollama.nix b/workstation/ollama.nix new file mode 100644 index 0000000..4f9f0e5 --- /dev/null +++ b/workstation/ollama.nix @@ -0,0 +1,4 @@ +{ pkgs, ... }: +{ + +}