From 0d0904b4568b8b72962ee4369c2db7c316c540b5 Mon Sep 17 00:00:00 2001 From: k3t Date: Thu, 12 Mar 2026 15:14:48 -0600 Subject: [PATCH] car modifications, also updated README.md --- README.md | 4 +++- home/car.nix | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91aa1c5..df0da4d 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # nixconf -just about the entirety of my home infrastructure's configuration +this is a (probably not neatly) organized nix flake that just about builds the entirety of my infrastructure (excluding routers for now). it's certainly not the best but it's here. + +you might find some cool stuff here! for example in one configuration, i've converted a raspberry pi into a bluetooth -> aux player for my car, but it still tries to tether with my phone and get updates from there. \ No newline at end of file diff --git a/home/car.nix b/home/car.nix index bce2078..b9003fd 100644 --- a/home/car.nix +++ b/home/car.nix @@ -3,9 +3,6 @@ ./common.nix ]; home.file = { - #".profile".text = '' - #bash /home/k3t/.car/init.sh - #''; ".car/init.sh".source = ../hosts/pi-car/scripts/init.sh; }; programs.zsh.loginExtra = "bash /home/k3t/.car/init.sh";