469 current 2024-08-19 11:12:57 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-19 11:20:02 +01:00
parent 0b6fa9a936
commit e8968606ea
2 changed files with 18 additions and 73 deletions

View File

@ -91,14 +91,14 @@ in
LC_TELEPHONE = "en_GB.UTF-8"; LC_TELEPHONE = "en_GB.UTF-8";
LC_TIME = "en_GB.UTF-8"; LC_TIME = "en_GB.UTF-8";
}; };
services = { services.xserver = {
enable = true; enable = true;
desktopManager = { desktopManager = {
xterm.enable = false; xterm.enable = false;
xfce.enable = true; xfce.enable = true;
}; };
displayManager.defaultSession = "xfce";
}; };
services.displayManager.defaultSession = "xfce";
# Configure keymap in X11 # Configure keymap in X11
services.xserver = { services.xserver = {

View File

@ -1,80 +1,25 @@
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: The option `services.desktopManager.xfce' does not exist. Definition values:
- In `/etc/nixos/configuration.nix':
{
enable = true;
}
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: The option `services.desktopManager.xfce' does not exist. Definition values:
- In `/etc/nixos/configuration.nix':
{
enable = true;
}
building the system configuration... building the system configuration...
error: error:
… while evaluating the attribute 'config.system.build.toplevel' … while calling the 'head' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9: at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11:
321| options = checked options; 1574| || pred here (elemAt values 1) (head values) then
322| config = checked (removeAttrs config [ "_module" ]); 1575| head values
| ^
1576| else
… while evaluating the attribute 'value'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9:
808| in warnDeprecation opt //
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^ | ^
323| _module = checked (config._module); 810| inherit (res.defsFinal') highestPrio;
… 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) (stack trace truncated; use '--show-trace' to show the full trace)
error: The option `services.desktopManager.xfce' does not exist. Definition values: error: A definition for option `home-manager.users.deadvey.home.stateVersion' is not of type `one of "18.09", "19.03", "19.09", "20.03", "20.09", "21.03", "21.05", "21.11", "22.05", "22.11", "23.05", "23.11", "24.05"'. Definition values:
- In `/etc/nixos/configuration.nix': - In `/etc/nixos/configuration.nix': "unstable"
{
enable = true;
}