mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-26 10:07:16 +08:00
Fix darwin build
This commit is contained in:
parent
b74d29521c
commit
09bd8838e5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ flake, ... }:
|
||||
{ flake, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# Let me login
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
root.openssh.authorizedKeys.keys = myKeys;
|
||||
${people.myself} = {
|
||||
openssh.authorizedKeys.keys = myKeys;
|
||||
} // lib.optionalAttrs pkgs.stdenv.isLinux {
|
||||
isNormalUser = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue