From 5250bc0f69e598b9bf259d9978c32284f1c7aee2 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 13 Jan 2018 22:59:22 +0100 Subject: [PATCH] users: remove enable option --- modules/users/user.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/users/user.nix b/modules/users/user.nix index 8b70225..49c3a67 100644 --- a/modules/users/user.nix +++ b/modules/users/user.nix @@ -4,12 +4,6 @@ with lib; { options = { - enable = mkOption { - type = types.bool; - default = true; - description = "Whether this user should be created."; - }; - name = mkOption { type = types.str; description = ''