Compare commits
No commits in common. "d0fb9ece33dfe35a7c006e84d49aa67380c1d2ba" and "bab471bc7fa951fa21204e7d8fc1c8421a79bc21" have entirely different histories.
d0fb9ece33
...
bab471bc7f
|
@ -3,7 +3,6 @@
|
||||||
virtualisation.incus = {
|
virtualisation.incus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ui.enable = true;
|
ui.enable = true;
|
||||||
package = pkgs.incus;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
@ -58,13 +58,6 @@ in
|
||||||
# enableACME = true;
|
# enableACME = true;
|
||||||
# locations."/".proxyPass = "/var/wwww/homepage/";
|
# locations."/".proxyPass = "/var/wwww/homepage/";
|
||||||
#};
|
#};
|
||||||
}
|
|
||||||
#streamConfig = ''
|
|
||||||
# server {
|
|
||||||
# listen 22;
|
|
||||||
# proxy_pass apps:22
|
|
||||||
# }
|
|
||||||
# '';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# acme let's encrypt
|
# acme let's encrypt
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue