4
5
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2026-08-01 02:03:04 +02:00

Bro har disabla PRer #1

Closed
opened 2026-07-07 20:30:26 +02:00 by oysteikt · 9 comments

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
oysteikt started working 2026-07-08 21:08:31 +02:00
oysteikt worked for 42 minutes 2026-07-08 21:51:13 +02:00
Author

stare.png

![stare.png](/attachments/fa0e2930-aa1b-4b79-ade3-d7f044093214)
Owner

image.png

![image.png](/attachments/115468bf-f3af-4057-908c-07c6c9f3697b)
647 KiB
Author

RDT_20260709_1933021318437592562782271.jpg

![RDT_20260709_1933021318437592562782271.jpg](/attachments/9e768085-5b76-4be7-af01-02c01febffc4)
oysteikt started working 2026-07-10 08:07:21 +02:00
oysteikt worked for 3 hours 35 minutes 2026-07-10 11:43:13 +02:00
oysteikt changed time estimate to 17h 38m 12s 2026-07-10 11:46:36 +02:00
oysteikt added spent time 1 hour 57 minutes 2026-07-10 11:47:36 +02:00
Author

RDT_20260611_0548533974528134340228938.jpg

![RDT_20260611_0548533974528134340228938.jpg](/attachments/12c1eb72-a3b1-4193-a9d4-f6705d1778ac)
Owner

RDT_20260709_1933021318437592562782271.jpg

image.png

> ![RDT_20260709_1933021318437592562782271.jpg](/attachments/9e768085-5b76-4be7-af01-02c01febffc4) ![image.png](/attachments/8e6aa546-6367-4b7d-a756-60f9e758fc4f)
Owner

RDT_20260611_0548533974528134340228938.jpg

image.png

> ![RDT_20260611_0548533974528134340228938.jpg](/attachments/12c1eb72-a3b1-4193-a9d4-f6705d1778ac) ![image.png](/attachments/55de8393-0384-4ed8-b53a-13f3f3b56b56)
1.1 MiB
Owner

image.png

![image.png](/attachments/8e72467c-1d27-44cc-a1aa-bfc1a90dea5f)
581 KiB
Author

image.png

![image.png](/attachments/ae483744-6af8-47dd-8d6e-bba0beec800e)
328 KiB
Sign in to join this conversation.
No Label
2 Participants
Notifications
Total Time Spent: 7 hours 11 minutes
oysteikt
7 hours 11 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: felixalb/nixos-config#1