475 current 2024-08-19 20:16:08 24.05.3999.c42fcfbdfeae 6.6.46 *

This commit is contained in:
deadvey 2024-08-19 23:10:58 +01:00
parent 4353656ca8
commit 278189250b
2 changed files with 90 additions and 29 deletions

View File

@ -690,12 +690,9 @@ valign = bottom
}; };
}; };
}; };
network = { custom/left-curve = {
format-ethernet = "{ipaddr} "; format = " ";
tooltip-format = "{ifname} via {gwaddr} "; interval = 1;
format-linked = "{ifname} (No IP) ";
format-disconnected = "Disconnected ";
format-alt = "{ifname}: {ipaddr}/{cidr}";
}; };
tray = { tray = {
spacing = 12; spacing = 12;

View File

@ -1,25 +1,89 @@
error:
… while evaluating the attribute 'config'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
… while calling the 'seq' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected PATH
at /etc/nixos/configuration.nix:693:5:
692| };
693| custom/left-curve = {
| ^
694| format = " ";
building Nix... building Nix...
error:
… while evaluating the attribute 'config'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
… while calling the 'seq' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected PATH
at /etc/nixos/configuration.nix:693:5:
692| };
693| custom/left-curve = {
| ^
694| format = " ";
building the system configuration... building the system configuration...
these 8 derivations will be built: error:
/nix/store/8qszq5bc8331scr2njw0wnwzdzd2m6yd-mpd.conf.drv … while evaluating the attribute 'config.system.build.toplevel'
/nix/store/s5iiqi7094xn00npphaaigr0b05ghgb2-mpd.service.drv
/nix/store/bpjp3dc7hljkwc33hshyq5pwvq86nysh-home-manager-files.drv at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
/nix/store/n44yvxlxl239z5aiw6jv0arpwl6mgwjj-home-manager-generation.drv
/nix/store/l2935nrcf4n4pn4i00071w9yhisfhijp-unit-home-manager-deadvey.service.drv 321| options = checked options;
/nix/store/s722p8xf4qfp1a43zfwpvkjqd68fz1am-system-units.drv 322| config = checked (removeAttrs config [ "_module" ]);
/nix/store/nb148j5gn65gfhjgc0pnx9nhc1v5ynnv-etc.drv | ^
/nix/store/6qxcyq5p623jpgbw8wh8zw0g6ipyh3zn-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv 323| _module = checked (config._module);
building '/nix/store/8qszq5bc8331scr2njw0wnwzdzd2m6yd-mpd.conf.drv'...
building '/nix/store/s5iiqi7094xn00npphaaigr0b05ghgb2-mpd.service.drv'... … while calling the 'seq' builtin
building '/nix/store/bpjp3dc7hljkwc33hshyq5pwvq86nysh-home-manager-files.drv'...
building '/nix/store/n44yvxlxl239z5aiw6jv0arpwl6mgwjj-home-manager-generation.drv'... at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
building '/nix/store/l2935nrcf4n4pn4i00071w9yhisfhijp-unit-home-manager-deadvey.service.drv'...
building '/nix/store/s722p8xf4qfp1a43zfwpvkjqd68fz1am-system-units.drv'... 321| options = checked options;
building '/nix/store/nb148j5gn65gfhjgc0pnx9nhc1v5ynnv-etc.drv'... 322| config = checked (removeAttrs config [ "_module" ]);
building '/nix/store/6qxcyq5p623jpgbw8wh8zw0g6ipyh3zn-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv'... | ^
activating the configuration... 323| _module = checked (config._module);
setting up /etc...
reloading user units for lightdm... (stack trace truncated; use '--show-trace' to show the full trace)
reloading user units for deadvey...
restarting sysinit-reactivation.target error: syntax error, unexpected PATH
restarting the following units: home-manager-deadvey.service
at /etc/nixos/configuration.nix:693:5:
692| };
693| custom/left-curve = {
| ^
694| format = " ";