nix/module/common/Root.nix

4 lines
77 B
Nix
Raw Normal View History

2024-03-04 23:11:23 +03:00
{ const, ... }: {
users.users.root.hashedPassword = const.hashedPassword;
}