Compare commits

...

3 commits

Author SHA1 Message Date
Geir Okkenhaug Jerstad d0fb9ece33 local ollama 2024-12-15 12:35:41 +01:00
Geir Okkenhaug Jerstad 9f651a9e01 testing stream in ngix to forward ssh 2024-12-14 18:46:10 +00:00
Geir Okkenhaug Jerstad fe83c2147a incus is no longer lts 2024-12-13 14:41:47 +01:00
3 changed files with 12 additions and 0 deletions

View file

@ -3,6 +3,7 @@
virtualisation.incus = {
enable = true;
ui.enable = true;
package = pkgs.incus;
};
environment.systemPackages = with pkgs; [

View file

@ -58,6 +58,13 @@ in
# enableACME = true;
# locations."/".proxyPass = "/var/wwww/homepage/";
#};
}
#streamConfig = ''
# server {
# listen 22;
# proxy_pass apps:22
# }
# '';
};
};
# acme let's encrypt

4
workstation/ollama.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
}