Compare commits
3 commits
bab471bc7f
...
d0fb9ece33
Author | SHA1 | Date | |
---|---|---|---|
d0fb9ece33 | |||
Geir Okkenhaug Jerstad | 9f651a9e01 | ||
Geir Okkenhaug Jerstad | fe83c2147a |
|
@ -3,6 +3,7 @@
|
|||
virtualisation.incus = {
|
||||
enable = true;
|
||||
ui.enable = true;
|
||||
package = pkgs.incus;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
@ -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
4
workstation/ollama.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in a new issue