Fixes a few services.

This commit is contained in:
Bailey 2024-03-26 01:18:59 -04:00
parent 2c857890f0
commit b7ec5f6ab5

View file

@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
...
}:
@ -23,6 +24,7 @@
security.sudo.wheelNeedsPassword = false; # Needed for colmena.
documentation.man.enable = false; # Takes way too long to build.
services.nebula.networks.bbs.enable = lib.mkForce false;
environment.systemPackages = with pkgs; [
zellij tmux minicom tio lrzsz python3Packages.pyserial btop
@ -40,8 +42,7 @@
after = [ "network.target" ];
script = ''
${pkgs.tmux}/bin/tmux new -d \
${pkgs.python3Packages.pyserial}/bin/pyserial-miniterm /dev/ttyS1 115200 --eol lf --raw
${pkgs.tmux}/bin/tmux new -d ${pkgs.python3Packages.pyserial}/bin/pyserial-miniterm /dev/ttyS1 115200 --eol lf --raw
'';
serviceConfig = {