Add leviathan
This commit is contained in:
@@ -187,8 +187,6 @@ in {
|
||||
|
||||
vscode.enable = true;
|
||||
|
||||
zen-browser.enable = true;
|
||||
|
||||
zsh = {
|
||||
enable = true;
|
||||
autosuggestion.enable = true;
|
||||
|
||||
21
users/daniel/host-specific/leviathan/default.nix
Normal file
21
users/daniel/host-specific/leviathan/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{pkgs, ...}: let
|
||||
# librespot = pkgs.callPackage ../../../../packages/librespot.nix {
|
||||
# withPulseAudio = true;
|
||||
# withRodio = true;
|
||||
# };
|
||||
in {
|
||||
services.librespot = {
|
||||
enable = true;
|
||||
|
||||
# package = librespot;
|
||||
|
||||
settings = {
|
||||
# "zeroconf-port" = 12345;
|
||||
# "verbose" = true;
|
||||
"name" = "Ships Comms";
|
||||
# "bitrate" = "320";
|
||||
# "format" = "S32";
|
||||
"disable-credential-cache" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user