]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flakes/private/environment/flake.nix
Move dilion user to private
[perso/Immae/Config/Nix.git] / flakes / private / environment / flake.nix
index 50df4493fc95934f4265eca6b761722afe242e53..4321fa8ea6a35dd4bcb9bc842b3a93275a138a0d 100644 (file)
               '';
             };
             isVm = mkEnableOption "The host is a vm";
-            users = mkOption {
-              type = unspecified;
-              default = pkgs: [];
-              description = ''
-                Sublist of users from realUsers. Function that takes pkgs as
-                argument and gives an array as a result
-              '';
-            };
             emails = mkOption {
               default = [];
               description = "List of e-mails that the server can be a sender of";
               };
             };
           };
-          realUsers = mkOption {
-            description = ''
-              Attrset of function taking pkgs as argument.
-              Real users settings, should provide a subattr of users.users.<name>
-              with at least: name, (hashed)Password, shell
-            '';
-            type = attrsOf unspecified;
-          };
           users = mkOption {
             description = "System and regular users uid/gid";
             type = attrsOf (submodule {