434 current 2024-08-18 20:39:45 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 20:39:53 +01:00
parent 027a7d7ce7
commit 6ab6758e51
2 changed files with 25 additions and 90 deletions

View File

@ -277,9 +277,9 @@ in
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"

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:281:15:
280| type = "os"
281| key = " OS"
| ^
282| keyColor = "yellow"
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:281:15:
280| type = "os"
281| key = " OS"
| ^
282| keyColor = "yellow"
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/glnxgdhiqiql27nqpz5xgpl0hpdb578f-config.jsonc.drv
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9: /nix/store/flqs9wwwjfg4kxy5bcy4is1k2nrzr9f9-home-manager-files.drv
/nix/store/ww52ldkcg9lrfn1ls68sis0r01zz40ls-home-manager-generation.drv
321| options = checked options; /nix/store/xp712h3bvqiv3r52mpkfnix41j3q0wpj-unit-home-manager-deadvey.service.drv
322| config = checked (removeAttrs config [ "_module" ]); /nix/store/nknp29qg8vac8z7b8wp2g9nrvcwp8ypb-system-units.drv
| ^ /nix/store/rjr4j82mk93rqamxrl380xcvizslp81y-etc.drv
323| _module = checked (config._module); /nix/store/c768njrvs9wp2qgpjjqc8hzi84p4rda6-nixos-system-nixos-24.05.3642.883180e6550c.drv
building '/nix/store/glnxgdhiqiql27nqpz5xgpl0hpdb578f-config.jsonc.drv'...
… while calling the 'seq' builtin building '/nix/store/flqs9wwwjfg4kxy5bcy4is1k2nrzr9f9-home-manager-files.drv'...
building '/nix/store/ww52ldkcg9lrfn1ls68sis0r01zz40ls-home-manager-generation.drv'...
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18: building '/nix/store/xp712h3bvqiv3r52mpkfnix41j3q0wpj-unit-home-manager-deadvey.service.drv'...
building '/nix/store/nknp29qg8vac8z7b8wp2g9nrvcwp8ypb-system-units.drv'...
321| options = checked options; building '/nix/store/rjr4j82mk93rqamxrl380xcvizslp81y-etc.drv'...
322| config = checked (removeAttrs config [ "_module" ]); building '/nix/store/c768njrvs9wp2qgpjjqc8hzi84p4rda6-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:281:15:
280| type = "os"
281| key = " OS"
| ^
282| keyColor = "yellow"