diff --git a/hosts/arr/default.nix b/hosts/arr/default.nix index 10f09af..eccc9ca 100644 --- a/hosts/arr/default.nix +++ b/hosts/arr/default.nix @@ -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;