nix/module/common/Root.nix

4 lines
77 B
Nix

{ const, ... }: {
users.users.root.hashedPassword = const.hashedPassword;
}