X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=flakes%2Fprivate%2Fenvironment%2Fflake.nix;h=4321fa8ea6a35dd4bcb9bc842b3a93275a138a0d;hb=877f7bf7a17f44bd17dd1f0bbfd88abdab67ad72;hp=15c079a64c2080c35ee01fdc632d0e08e0e6b830;hpb=1a64deeb894dc95e2645a75771732c6cc53a79ad;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/flakes/private/environment/flake.nix b/flakes/private/environment/flake.nix index 15c079a..4321fa8 100644 --- a/flakes/private/environment/flake.nix +++ b/flakes/private/environment/flake.nix @@ -138,14 +138,6 @@ ''; }; 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"; @@ -345,14 +337,6 @@ }; }; }; - realUsers = mkOption { - description = '' - Attrset of function taking pkgs as argument. - Real users settings, should provide a subattr of users.users. - with at least: name, (hashed)Password, shell - ''; - type = attrsOf unspecified; - }; users = mkOption { description = "System and regular users uid/gid"; type = attrsOf (submodule { @@ -1122,7 +1106,6 @@ }; }; }; - serverSpecific = mkOption { type = attrsOf unspecified; description = "Server specific configuration"; }; }; options.hostEnv = mkOption { readOnly = true;