Enable commons

This commit is contained in:
pazpi 2024-08-27 11:09:33 +02:00
parent 3760c929fe
commit 86fcab13a9

View file

@ -13,6 +13,8 @@ let
in in
{ {
commons.enable = true;
proxmox.enable = true; proxmox.enable = true;
download-pod = { download-pod = {
@ -57,7 +59,7 @@ in
}; };
# Extra packages # Extra packages
# environment.systemPackages = with pkgs; [ ]; environment.systemPackages = with pkgs; [ ];
services = { services = {
openssh.enable = true; openssh.enable = true;