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 = [
|
||||
{
|
||||
type = "datetime";
|
||||
key = "Date/Time";
|
||||
format = "{1}-{3}-{11} {14}:{17}:{20}";
|
||||
type = "datetime";
|
||||
key = "Date/Time";
|
||||
format = "{1}-{3}-{11} {14}:{17}:{20}";
|
||||
}
|
||||
{
|
||||
type = "os",
|
||||
key = " OS",
|
||||
keyColor = "yellow"
|
||||
type = "os"
|
||||
key = " OS"
|
||||
keyColor = "yellow"
|
||||
}
|
||||
"cpu"
|
||||
"gpu"
|
||||
|
@ -19,14 +19,14 @@ error:
|
||||
|
||||
(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",
|
||||
| ^
|
||||
281| key = " OS",
|
||||
280| type = "os"
|
||||
281| key = " OS"
|
||||
| ^
|
||||
282| keyColor = "yellow"
|
||||
building Nix...
|
||||
error:
|
||||
… while evaluating the attribute 'config'
|
||||
@ -49,14 +49,14 @@ error:
|
||||
|
||||
(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",
|
||||
| ^
|
||||
281| key = " OS",
|
||||
280| type = "os"
|
||||
281| key = " OS"
|
||||
| ^
|
||||
282| keyColor = "yellow"
|
||||
building the system configuration...
|
||||
error:
|
||||
… while evaluating the attribute 'config.system.build.toplevel'
|
||||
@ -79,11 +79,11 @@ error:
|
||||
|
||||
(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",
|
||||
| ^
|
||||
281| key = " OS",
|
||||
280| type = "os"
|
||||
281| key = " OS"
|
||||
| ^
|
||||
282| keyColor = "yellow"
|
||||
|
Loading…
x
Reference in New Issue
Block a user