]> 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 15c079a64c2080c35ee01fdc632d0e08e0e6b830..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 {
               };
             };
           };
-          serverSpecific = mkOption { type = attrsOf unspecified; description = "Server specific configuration"; };
         };
         options.hostEnv = mkOption {
           readOnly = true;