diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index d51c66d..44604b8 100644 --- a/flake.nix +++ b/flake.nix @@ -93,6 +93,7 @@ isMacOS = true; isIso = false; isHardware = true; + user = "${secrets.darwin_user}"; }); homeConfigurations = import ./hosts (commonInherits // { |