From fe83c2147a2cb2d655db4c1cb6a633de9533eec4 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Fri, 13 Dec 2024 14:41:47 +0100 Subject: [PATCH 1/3] incus is no longer lts --- appserver/incus.nix | 1 + 1 file changed, 1 insertion(+) 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; [ From 9f651a9e01ba59fa27f52f1e4aee7e761f25763f Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Sat, 14 Dec 2024 18:46:10 +0000 Subject: [PATCH 2/3] testing stream in ngix to forward ssh --- proxy/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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 From d0fb9ece33dfe35a7c006e84d49aa67380c1d2ba Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Sun, 15 Dec 2024 12:35:41 +0100 Subject: [PATCH 3/3] local ollama --- workstation/ollama.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 workstation/ollama.nix 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, ... }: +{ + +}