This commit is contained in:
jimzah 2024-08-06 11:39:03 +01:00
parent cd42676950
commit e592b797a7
2 changed files with 2 additions and 3 deletions

View File

@ -1,13 +1,12 @@
{ config, lib, pkgs, ... }:
let
direwolfConfig = pkgs.writeText "direwolf-config" ''
ADEVICE plughw:1,0
ADEVICE plughw:Device,0
ACHANNELS 1
CHANNEL 0
MYCALL G5BSD-1
MODEM 1200
PTT CM108 3
DCD GPIO 24
AGWPORT 8000
KISSPORT 8001
PBEACON delay=1 every=30 overlay=S symbol="digi" lat=51^13.07N long=000^8.69W power=2 height=12 gain=4 comment="Redhill Aerodrome." via=WIDE1-1,WIDE2-1

View File

@ -3,7 +3,7 @@
imports = [
./aprs.nix
];
environment.systemPackages = with pkgs; [ vim git direwolf ];
environment.systemPackages = with pkgs; [ alsa-utils vim git direwolf ];
security.sudo.extraRules= [
{ users = [ "jim" ];
commands = [