Enable commons

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

View file

@ -12,6 +12,8 @@ let
defaultLocale = "en_US.UTF-8";
in
{
commons.enable = true;
proxmox.enable = true;
@ -57,7 +59,7 @@ in
};
# Extra packages
# environment.systemPackages = with pkgs; [ ];
environment.systemPackages = with pkgs; [ ];
services = {
openssh.enable = true;