7 lines
108 B
Nix
7 lines
108 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
users.users.root = {
|
|
hashedPasswordFile = config.sops.secrets.pw_root.path;
|
|
};
|
|
} |