fixup
This commit is contained in:
parent
cd42676950
commit
e592b797a7
3
aprs.nix
3
aprs.nix
@ -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
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user