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

6 lines
144 B
Nix

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