Skip to content

Commit

Permalink
final notes
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed May 26, 2024
1 parent 8237602 commit 4323204
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
17 changes: 15 additions & 2 deletions intel-nuc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ todo revoke auto sudo after development


todo debug autosstart with fcast-receeiver -> fuck it
todo refactor barrier autostart into nix config
todo refactor barrier autostart into nix config -> nope
todo clean home dir auf intel nuc

in general clean dependencies

formatting
test concurrent input for pulseaudio


pactl load-module module-tunnel-sink server=tcp:192.168.1.162:4713
pactl set-default-sink tunnel-sink.tcp:192.168.1.162:4713

pactl unload-module module-tunnel-sink

todo use screen on rpi (maybe with home manager ? to keep the process alive )

pactl list modules | grep module-native-protocol-tcp
1
4 changes: 0 additions & 4 deletions intel-nuc/config/home-manager/autostart.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[
{
command = "firefox";
notification = true;
}
{
command = "fcast-receiver";
}
Expand Down

0 comments on commit 4323204

Please sign in to comment.