From 70f702c6fd33454aebc4a266789fc5bf7e77e960 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sat, 20 Dec 2025 07:49:56 -0600 Subject: age + other various changes --- modules/user/options.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'modules/user/options.nix') diff --git a/modules/user/options.nix b/modules/user/options.nix index f5c7a5f..1024494 100644 --- a/modules/user/options.nix +++ b/modules/user/options.nix @@ -1,8 +1,4 @@ -{ - config, - lib, - ... -}: let +{lib, ...}: let inherit (lib) mkOption types; in { options = { @@ -10,10 +6,6 @@ in { name = mkOption { type = types.str; }; - password = mkOption { - type = types.str; - description = "hashed password for user"; - }; isAdmin = mkOption { type = types.bool; default = true; -- cgit v1.3.1