default bootstrap password think this is required pw update pseudoterm change pw
7 lines
98 B
Nix
7 lines
98 B
Nix
{ ... }:
|
|
{
|
|
kropcloud = {
|
|
networking.enable = false;
|
|
admin.password = "changeme";
|
|
};
|
|
}
|