nix-conf/modules/servers/general/root.nix

5 lines
114 B
Nix

{config, ...}: {
users.users.root = {
hashedPasswordFile = "${config.age.secrets.root-passwd.path}";
};
}