4
5
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2026-07-08 07:15:21 +02:00

Bro har disabla PRer #1

Open
opened 2026-07-07 20:30:26 +02:00 by oysteikt · 1 comment

tafser-paa-koden-din.jpg

From 420ce9b1e50a54bc3c7a59a4f91f0c4d72ffe5ca Mon Sep 17 00:00:00 2001
From: h7x4 <h7x4@nani.wtf>
Date: Wed, 8 Jul 2026 03:16:33 +0900
Subject: [PATCH] defiant/rtl-tcp: get rid of bash

bash is depreciated.
---
 hosts/defiant/services/rtl-tcp.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/defiant/services/rtl-tcp.nix b/hosts/defiant/services/rtl-tcp.nix
index 88bef7f..c8dd6c3 100644
--- a/hosts/defiant/services/rtl-tcp.nix
+++ b/hosts/defiant/services/rtl-tcp.nix
@@ -5,9 +5,9 @@ let
 in {
   hardware.rtl-sdr.enable = true;
   systemd.services.rtl-tcp = {
-    script = "${pkgs.rtl-sdr}/bin/rtl_tcp -a 0.0.0.0 -p ${toString port} -s 2000000 -T";
     serviceConfig = {
       Group = "plugdev";
+      ExecStart = "${pkgs.rtl-sdr}/bin/rtl_tcp -a 0.0.0.0 -p ${toString port} -s 2000000 -T";
     };
   };
   networking.firewall.allowedTCPPorts = [ port ];
-- 
2.54.0


![tafser-paa-koden-din.jpg](/attachments/ae522ba4-2a0f-413a-8f4c-2a110312c664) ```diff From 420ce9b1e50a54bc3c7a59a4f91f0c4d72ffe5ca Mon Sep 17 00:00:00 2001 From: h7x4 <h7x4@nani.wtf> Date: Wed, 8 Jul 2026 03:16:33 +0900 Subject: [PATCH] defiant/rtl-tcp: get rid of bash bash is depreciated. --- hosts/defiant/services/rtl-tcp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/defiant/services/rtl-tcp.nix b/hosts/defiant/services/rtl-tcp.nix index 88bef7f..c8dd6c3 100644 --- a/hosts/defiant/services/rtl-tcp.nix +++ b/hosts/defiant/services/rtl-tcp.nix @@ -5,9 +5,9 @@ let in { hardware.rtl-sdr.enable = true; systemd.services.rtl-tcp = { - script = "${pkgs.rtl-sdr}/bin/rtl_tcp -a 0.0.0.0 -p ${toString port} -s 2000000 -T"; serviceConfig = { Group = "plugdev"; + ExecStart = "${pkgs.rtl-sdr}/bin/rtl_tcp -a 0.0.0.0 -p ${toString port} -s 2000000 -T"; }; }; networking.firewall.allowedTCPPorts = [ port ]; -- 2.54.0 ```
oysteikt started working 2026-07-07 20:32:51 +02:00
oysteikt worked for 55 minutes 2026-07-07 21:28:18 +02:00
Owner

image.png

![image.png](/attachments/0e1fc426-6556-42da-b1f3-efe88574b641)
141 KiB
Sign in to join this conversation.
No Label
2 Participants
Notifications
Total Time Spent: 55 minutes
oysteikt
55 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: felixalb/nixos-config#1