feat(MOMO): disable cli-utils
This commit is contained in:
parent
83280f9038
commit
58e174c3e8
2 changed files with 1 additions and 10 deletions
|
|
@ -12,9 +12,6 @@
|
||||||
resolved.enable = true;
|
resolved.enable = true;
|
||||||
networkd.enable = true;
|
networkd.enable = true;
|
||||||
};
|
};
|
||||||
collections = {
|
|
||||||
cli-utils.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,4 @@
|
||||||
{
|
{ pkgs, config, lib, ... }: {
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
lib.optionals config.bchmnn.collections.cli-utils.enable [
|
lib.optionals config.bchmnn.collections.cli-utils.enable [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue