summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-01-13 22:59:22 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-01-13 22:59:34 +0100
commit5250bc0f69e598b9bf259d9978c32284f1c7aee2 (patch)
tree1283962ec653372f1cd3d654f7b38f8a0931aa1a /modules
parent243651e398771dfe1bdcb10fdfc36497896c05cb (diff)
users: remove enable option
Diffstat (limited to 'modules')
-rw-r--r--modules/users/user.nix6
1 files changed, 0 insertions, 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 = ''