Compare commits

..

No commits in common. "d0fb9ece33dfe35a7c006e84d49aa67380c1d2ba" and "bab471bc7fa951fa21204e7d8fc1c8421a79bc21" have entirely different histories.

3 changed files with 0 additions and 12 deletions

View file

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

View file

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

View file

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