use lib.mkDefault

This commit is contained in:
do butterflies cry? 2026-02-13 12:49:52 +10:00
parent 737ba60df8
commit 4329feb5f4
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@
isNormalUser = true;
home = "/home/cry";
extraGroups = ["wheel"];
openssh.authorizedKeys.keys = lib.mkOverride 900 [
openssh.authorizedKeys.keys = lib.mkDefault [
(throw ''
Hosts in the `server` group must set `users.users.cry.openssh.authorizedKeys.keys = [ ... ]`.
'')