Skip to content

Commit

Permalink
Fix darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 21, 2024
1 parent b74d295 commit 09bd883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/ssh-authorize.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ flake, ... }:
{ flake, pkgs, lib, ... }:

{
# Let me login
Expand All @@ -11,6 +11,7 @@
root.openssh.authorizedKeys.keys = myKeys;
${people.myself} = {
openssh.authorizedKeys.keys = myKeys;
} // lib.optionalAttrs pkgs.stdenv.isLinux {
isNormalUser = true;
};
};
Expand Down

0 comments on commit 09bd883

Please sign in to comment.