From e08281c3808882692c90772199bee0f96a4d87e1 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 3 Feb 2023 09:09:37 +0000 Subject: [PATCH] fix: typo in config option name --- hosts/by-name/moby/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/by-name/moby/default.nix b/hosts/by-name/moby/default.nix index 362891d7..0cdac577 100644 --- a/hosts/by-name/moby/default.nix +++ b/hosts/by-name/moby/default.nix @@ -45,7 +45,7 @@ # more reliable terminal # TODO: move to gui/phosh package = pkgs.plasma5Packages.konsole; - enableFor.users.colin = true; + enableFor.user.colin = true; }; sane.nixcache.enable = true;