car modifications, also updated README.md

This commit is contained in:
k3t
2026-03-12 15:14:48 -06:00
parent 5cf2db7374
commit 0d0904b456
2 changed files with 3 additions and 4 deletions
+3 -1
View File
@@ -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.
-3
View File
@@ -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";