feat(MOMO): disable cli-utils

This commit is contained in:
Jacob Bachmann 2025-09-04 14:32:28 +02:00
parent 83280f9038
commit 58e174c3e8
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
2 changed files with 1 additions and 10 deletions

View file

@ -12,9 +12,6 @@
resolved.enable = true;
networkd.enable = true;
};
collections = {
cli-utils.enable = true;
};
};
services.openssh = {

View file

@ -1,10 +1,4 @@
{
pkgs,
config,
lib,
...
}:
{
{ pkgs, config, lib, ... }: {
environment.systemPackages =
lib.optionals config.bchmnn.collections.cli-utils.enable [