about summary refs log tree commit diff
path: root/modules/user/aszlig/profiles
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-06-09 10:58:37 +0100
committerdevhell <devhell@mailfresser.de>2021-06-09 10:58:37 +0100
commitb18dc278228d9318217a6b55962f0ce4eeed80fd (patch)
tree9f70b0ac6ed1bd9c0c2d1e9934d174b046421815 /modules/user/aszlig/profiles
parentf489dc81750953df8b7f89fab4a920ba54947a73 (diff)
treewide: Fix eval errors post 21.05 release
A few things have changed since the recent NixOS 21.05 release. Mostly
naming stuff, so nothing dramatic.
Diffstat (limited to 'modules/user/aszlig/profiles')
-rw-r--r--modules/user/aszlig/profiles/managed.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix
index 5f240778..3c2fe029 100644
--- a/modules/user/aszlig/profiles/managed.nix
+++ b/modules/user/aszlig/profiles/managed.nix
@@ -54,7 +54,7 @@ in {
       unfreeAndNonDistributablePkgs.skype
     ];
 
-    i18n.consoleUseXkbConfig = true;
+    console.useXkbConfig = true;
 
     # Printing for the most common printers among the managed machines.
     services.printing.enable = true;