machines-config/hosts/bootstrap/default.nix

8 lines
98 B
Nix
Raw Normal View History

{ ... }:
{
kropcloud = {
networking.enable = false;
admin.password = "changeme";
};
}