citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit ef05ad2eb789fb537b2f7831f14787fe5a75a806
parent 2bac17c0def731a39b21642a735a7b09dde13e33
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 28 Jun 2021 08:36:14 -0700

monad: ofono

Diffstat:
Mnix-config/machines/monad/default.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/nix-config/machines/monad/default.nix b/nix-config/machines/monad/default.nix @@ -40,6 +40,9 @@ in boot.kernelPackages = pkgs.linuxPackages_latest; + services.ofono.enable = true; + services.ofono.plugins = with pkgs; [ ofono-phonesim ]; + services.prometheus.enable = false; # services.prometheus.dataDir = "/zbig/data/prometheus"; services.grafana.enable = false;