diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-12 08:52:51 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-12 08:52:51 -0700 |
| commit | 61fa2329f553f9c7962e968e1ec98ae675903b70 (patch) | |
| tree | 0afdbf7c8fddda1718abee49db6206a5f8df5b09 /users/modules/userinfo.nix | |
| parent | directories first (diff) | |
| download | infra-61fa2329f553f9c7962e968e1ec98ae675903b70.tar.gz | |
users -> home
Diffstat (limited to 'users/modules/userinfo.nix')
| -rw-r--r-- | users/modules/userinfo.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/users/modules/userinfo.nix b/users/modules/userinfo.nix deleted file mode 100644 index 46afc73..0000000 --- a/users/modules/userinfo.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ lib, ... }: -{ - options = with lib; { - userinfo = { - fullName = mkOption { - type = types.str; - example = "Someone Someonesson"; - }; - email = mkOption { - type = types.str; - example = "some@email.com"; - }; - }; - }; -} |
