From 054edff989190a70d1b3382f6c78c89a7c95beaf Mon Sep 17 00:00:00 2001 From: Toast Date: Mon, 5 Feb 2024 11:11:52 +0100 Subject: [PATCH] Common: fix typo (whoops) --- roles/common/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/configuration.nix b/roles/common/configuration.nix index 0666e24..f129e53 100755 --- a/roles/common/configuration.nix +++ b/roles/common/configuration.nix @@ -63,7 +63,7 @@ users.users.toast = { isNormalUser = true; description = "Toast"; - extraGroupps = [ "wheel" ]; + extraGroups = [ "wheel" ]; }; # Set up time zone.