diff --git a/flake.nix b/flake.nix index 03ca11e..8fc501d 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ options.user = lib.mkOption { type = lib.types.str; description = "The username for the Home Manager configuration."; - default = "john"; + # default = "john"; }; };