433 current 2024-08-18 19:22:36 24.05.3642.883180e6550c 6.6.44 *
This commit is contained in:
parent
e5bb431353
commit
027a7d7ce7
@ -272,14 +272,14 @@ in
|
|||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
{
|
{
|
||||||
type = "datetime";
|
type = "datetime";
|
||||||
key = "Date/Time";
|
key = "Date/Time";
|
||||||
format = "{1}-{3}-{11} {14}:{17}:{20}";
|
format = "{1}-{3}-{11} {14}:{17}:{20}";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "os",
|
type = "os"
|
||||||
key = " OS",
|
key = " OS"
|
||||||
keyColor = "yellow"
|
keyColor = "yellow"
|
||||||
}
|
}
|
||||||
"cpu"
|
"cpu"
|
||||||
"gpu"
|
"gpu"
|
||||||
|
@ -19,14 +19,14 @@ error:
|
|||||||
|
|
||||||
(stack trace truncated; use '--show-trace' to show the full trace)
|
(stack trace truncated; use '--show-trace' to show the full trace)
|
||||||
|
|
||||||
error: syntax error, unexpected ',', expecting ';'
|
error: syntax error, unexpected '=', expecting ';'
|
||||||
|
|
||||||
at /etc/nixos/configuration.nix:280:21:
|
at /etc/nixos/configuration.nix:281:15:
|
||||||
|
|
||||||
279| {
|
280| type = "os"
|
||||||
280| type = "os",
|
281| key = " OS"
|
||||||
| ^
|
| ^
|
||||||
281| key = " OS",
|
282| keyColor = "yellow"
|
||||||
building Nix...
|
building Nix...
|
||||||
error:
|
error:
|
||||||
… while evaluating the attribute 'config'
|
… while evaluating the attribute 'config'
|
||||||
@ -49,14 +49,14 @@ error:
|
|||||||
|
|
||||||
(stack trace truncated; use '--show-trace' to show the full trace)
|
(stack trace truncated; use '--show-trace' to show the full trace)
|
||||||
|
|
||||||
error: syntax error, unexpected ',', expecting ';'
|
error: syntax error, unexpected '=', expecting ';'
|
||||||
|
|
||||||
at /etc/nixos/configuration.nix:280:21:
|
at /etc/nixos/configuration.nix:281:15:
|
||||||
|
|
||||||
279| {
|
280| type = "os"
|
||||||
280| type = "os",
|
281| key = " OS"
|
||||||
| ^
|
| ^
|
||||||
281| key = " OS",
|
282| keyColor = "yellow"
|
||||||
building the system configuration...
|
building the system configuration...
|
||||||
error:
|
error:
|
||||||
… while evaluating the attribute 'config.system.build.toplevel'
|
… while evaluating the attribute 'config.system.build.toplevel'
|
||||||
@ -79,11 +79,11 @@ error:
|
|||||||
|
|
||||||
(stack trace truncated; use '--show-trace' to show the full trace)
|
(stack trace truncated; use '--show-trace' to show the full trace)
|
||||||
|
|
||||||
error: syntax error, unexpected ',', expecting ';'
|
error: syntax error, unexpected '=', expecting ';'
|
||||||
|
|
||||||
at /etc/nixos/configuration.nix:280:21:
|
at /etc/nixos/configuration.nix:281:15:
|
||||||
|
|
||||||
279| {
|
280| type = "os"
|
||||||
280| type = "os",
|
281| key = " OS"
|
||||||
| ^
|
| ^
|
||||||
281| key = " OS",
|
282| keyColor = "yellow"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user