435 current 2024-08-18 20:50:13 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 20:50:26 +01:00
parent b5f966ffab
commit fe7dfa5289
2 changed files with 23 additions and 88 deletions

View File

@ -282,7 +282,7 @@ in
keyColor = "yellow"; keyColor = "yellow";
} }
{ {
type = "cpu" type = "cpu";
key = " PC "; key = " PC ";
keyColor = "green"; keyColor = "green";
} }

View File

@ -1,89 +1,24 @@
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 '=', expecting ';'
at /etc/nixos/configuration.nix:286:8:
285| type = "cpu"
286| key = " PC ╦";
| ^
287| keyColor = "green";
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 '=', expecting ';'
at /etc/nixos/configuration.nix:286:8:
285| type = "cpu"
286| key = " PC ╦";
| ^
287| keyColor = "green";
building the system configuration... building the system configuration...
error: trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'.
… while evaluating the attribute 'config.system.build.toplevel' these 7 derivations will be built:
/nix/store/ya8qhg3j7b5yqnd841i81p9avdak7bji-config.jsonc.drv
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9: /nix/store/74x3sdnsxjdxif8dbr4zk2vbi8hnafg7-home-manager-files.drv
/nix/store/7wlnycwqhmblgg969a9nyivijl3cf31v-home-manager-generation.drv
321| options = checked options; /nix/store/va4dn1xkqhxlnzl6j6a3aqp8sqdflwx3-unit-home-manager-deadvey.service.drv
322| config = checked (removeAttrs config [ "_module" ]); /nix/store/k3in3jxxxng0n7vxj0wv9glsdqx36f20-system-units.drv
| ^ /nix/store/fa64wb3sb7xvd7r5d1593q9fs16i05rb-etc.drv
323| _module = checked (config._module); /nix/store/1kwgm5622c4sddwhjzpgr9q7shl2l891-nixos-system-nixos-24.05.3642.883180e6550c.drv
building '/nix/store/ya8qhg3j7b5yqnd841i81p9avdak7bji-config.jsonc.drv'...
… while calling the 'seq' builtin building '/nix/store/74x3sdnsxjdxif8dbr4zk2vbi8hnafg7-home-manager-files.drv'...
building '/nix/store/7wlnycwqhmblgg969a9nyivijl3cf31v-home-manager-generation.drv'...
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18: building '/nix/store/va4dn1xkqhxlnzl6j6a3aqp8sqdflwx3-unit-home-manager-deadvey.service.drv'...
building '/nix/store/k3in3jxxxng0n7vxj0wv9glsdqx36f20-system-units.drv'...
321| options = checked options; building '/nix/store/fa64wb3sb7xvd7r5d1593q9fs16i05rb-etc.drv'...
322| config = checked (removeAttrs config [ "_module" ]); building '/nix/store/1kwgm5622c4sddwhjzpgr9q7shl2l891-nixos-system-nixos-24.05.3642.883180e6550c.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 '=', expecting ';' restarting the following units: home-manager-deadvey.service
at /etc/nixos/configuration.nix:286:8:
285| type = "cpu"
286| key = " PC ╦";
| ^
287| keyColor = "green";