car modifications, also updated README.md
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
# nixconf
|
# 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,9 +3,6 @@
|
|||||||
./common.nix
|
./common.nix
|
||||||
];
|
];
|
||||||
home.file = {
|
home.file = {
|
||||||
#".profile".text = ''
|
|
||||||
#bash /home/k3t/.car/init.sh
|
|
||||||
#'';
|
|
||||||
".car/init.sh".source = ../hosts/pi-car/scripts/init.sh;
|
".car/init.sh".source = ../hosts/pi-car/scripts/init.sh;
|
||||||
};
|
};
|
||||||
programs.zsh.loginExtra = "bash /home/k3t/.car/init.sh";
|
programs.zsh.loginExtra = "bash /home/k3t/.car/init.sh";
|
||||||
|
|||||||
Reference in New Issue
Block a user