473 current 2024-08-19 20:11:53 24.05.3999.c42fcfbdfeae 6.6.46 *

This commit is contained in:
deadvey 2024-08-19 20:14:13 +01:00
parent 598778cff1
commit d2e6754625
2 changed files with 30 additions and 6 deletions

View File

@ -213,7 +213,7 @@ in
services.mpd = {
enable = true;
musicDirectory = "~/media/Audio/playlist";
extraConfig = "";
extraConfig = "bind_to_address "127.0.0.1"";
};
programs.bash = {

View File

@ -1,7 +1,31 @@
building Nix...
building the system configuration...
activating the configuration...
setting up /etc...
reloading user units for lightdm...
reloading user units for deadvey...
restarting sysinit-reactivation.target
error:
… while calling the 'head' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11:
1574| || pred here (elemAt values 1) (head values) then
1575| head values
| ^
1576| else
… while evaluating the attribute 'value'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9:
808| in warnDeprecation opt //
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^
810| inherit (res.defsFinal') highestPrio;
(stack trace truncated; use '--show-trace' to show the full trace)
error: attempt to call something which is not a function but a string
at /etc/nixos/configuration.nix:216:19:
215| musicDirectory = "~/media/Audio/playlist";
216| extraConfig = "bind_to_address "127.0.0.1"";
| ^
217| };