diff options
Diffstat (limited to 'nix/modules/vars.nix')
-rw-r--r-- | nix/modules/vars.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nix/modules/vars.nix b/nix/modules/vars.nix index 5652a93..5d22584 100644 --- a/nix/modules/vars.nix +++ b/nix/modules/vars.nix @@ -1,13 +1,6 @@ { lib, ... }: { options.monorepo.vars = { - hostName = lib.mkOption { - type = lib.types.str; - default = "continuity"; - example = "hostname"; - description = "system hostname"; - }; - userName = lib.mkOption { type = lib.types.str; default = "preston"; |