Remove some references
This commit is contained in:
parent
36b97c4ab2
commit
abcf8a6700
4 changed files with 7 additions and 8 deletions
|
@ -1 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJzNzWYDUZ6PEzUPoGMA6I5t1ACUUwnucD8pNcAS1BeQ jimbo@midas
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJzNzWYDUZ6PEzUPoGMA6I5t1ACUUwnucD8pNcAS1BeQ
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
options.home.niri.settings = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = {};
|
||||
};
|
||||
|
||||
config = lib.mkIf config.home.desktop.enable {
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
settings.init.allow_root.set(true)
|
||||
settings.scheduler.fast_queues.set(2)
|
||||
|
||||
jimbops = mksafe(playlist(mode='randomize', reload=1, reload_mode="rounds", "/export/KittyNFS/Music/JimBops"))
|
||||
jimbops_fallback = fallback([jimbops, jimbops])
|
||||
stream = mksafe(playlist(mode='randomize', reload=1, reload_mode="rounds", "/export/KittyNFS/Music/JimBops"))
|
||||
stream_fallback = fallback([stream, stream])
|
||||
|
||||
output.icecast(
|
||||
%ffmpeg(format="ogg", %audio(codec="libvorbis", samplerate=48000, b="256k", channels=2)),
|
||||
|
@ -24,7 +24,7 @@
|
|||
icy_metadata=["artist", "title"],
|
||||
public=true,
|
||||
|
||||
jimbops_fallback
|
||||
stream_fallback
|
||||
)
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
settings.init.allow_root.set(true)
|
||||
settings.scheduler.fast_queues.set(2)
|
||||
|
||||
jimscrapped = mksafe(playlist(mode='randomize', reload=1, reload_mode="rounds", "/export/KittyNFS/Music/JimScrapped"))
|
||||
jimscrapped_fallback = fallback([jimscrapped, jimscrapped])
|
||||
stream = mksafe(playlist(mode='randomize', reload=1, reload_mode="rounds", "/export/KittyNFS/Music/JimScrapped"))
|
||||
stream_fallback = fallback([stream, stream])
|
||||
|
||||
output.icecast(
|
||||
%ffmpeg(format="ogg", %audio(codec="libvorbis", samplerate=48000, b="256k", channels=2)),
|
||||
|
@ -24,7 +24,7 @@
|
|||
icy_metadata=["artist", "title"],
|
||||
public=true,
|
||||
|
||||
jimscrapped_fallback
|
||||
stream_fallback
|
||||
)
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue